Nodes Certificates Create¶
Create node certificates.
Use this command to manually create node certificates, without going through the normal invitation/association process. This is useful for integrating custom data collection applications with SolarNetwork that want to be able to post data, and thus require a certificate.
Usage¶
s10k nodes certificates create [-tz=<zone>] -c=<country> -p=<password>
[-d=<outputDirectory>]
[-mode=<displayMode>]
Options¶
Output¶
Details about the new node, including its assigned ID. If --directory
and the --verbose
options are used
the file path of the downloaded certificate will also be printed to standard error.
Examples¶
s10k nodes certificates create --country NZ --time-zone Pacific/Auckland --password
+---------+-----------------------------+--------+---------+------------------+
| Node ID | Created | Public | Country | Time Zone |
+---------+-----------------------------+--------+---------+------------------+
| 64 | 2023-04-27T23:15:58.795135Z | true | NZ | Pacific/Auckland |
+---------+-----------------------------+--------+---------+------------------+