Cloud C² Setup with Self-Signed SSL certificates
By default when using the -https
flag with the Cloud C² binary, a Let's Encrypt certificate will be used. In the case that you wish to provide a self-signed certificate, please note the following additional deployment details:
1) When generating the certificate, the Common Name must be the IP address or FQDN of the server. See this example:
2) When provisioning the device, in addition to copying the device.config
file to /etc/
, the generated cert.crt
must be appended to the cert.pem
file in /etc/ssl/
.
3) the command line arguments should be passed in the order -hostname
, -https
, -keyFile
and -certFile
From version 3.0.0 onward all, Cloud C² editions (Community, Edition, Teams) use the same binary. Filenames for Cloud C² will differ from example — however all parameters remain the same.
Last updated