Mistake on this page? Email us

Signing the factory CA CSR

  1. Run the start command.

    ./rof start
    

    The root of factories tool prompts you to enter your username and password.

  2. You can check the root of factories service status using the status command.

  3. To sign a certificate signing request:

    ./rof sign csr.pem
    

    You can pass the -o or --output argument to write the CSR to a file with a specific name.

    The root of factories tool prompts you to enter your username and password.

  4. Stop root of factories services:

    ./rof stop