Mistake on this page? Email us

Creating a root of factories CA certificate

  1. Run the start command and configure a username and password:

    ./rof start
    

    The root of factories tool prompts you to set a username and password.

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

  3. Create a root of factories CA certificate:

    ./rof create --company <company name>
    

    You can pass the -o or --output argument to write the root of factories certificate 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