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.
- Set Server Configuration:
python rainmaker_admin_cli.py account serverconfig --endpoint <endpoint>
- Login:
python rainmaker_admin_cli.py account login --email <email_id>
- Generate Device Certificate(s):
python rainmaker_admin_cli.py certs devicecert generate --count <count>
- Register Generated Device Certificate(s):
python rainmaker_admin_cli.py certs devicecert register --inputfile <inputfile>
- Check Device Certificate Registration Status:
python rainmaker_admin_cli.py certs devicecert getcertstatus --requestid <request_id>