Skip to main content

You need to perform the following steps to generate and register node credentials. To know more about the commands in detail, please refer the Usage section below.

  1. Set Server Configuration:
    python rainmaker_admin_cli.py account serverconfig --endpoint <endpoint>
  2. Login:
    python rainmaker_admin_cli.py account login --email <email_id>
  3. Generate Device Certificate(s): python rainmaker_admin_cli.py certs devicecert generate --count <count>
  4. Register Generated Device Certificate(s):
    python rainmaker_admin_cli.py certs devicecert register --inputfile <inputfile>
  5. Check Device Certificate Registration Status:
    python rainmaker_admin_cli.py certs devicecert getcertstatus --requestid <request_id>