Set up HTTPS cert

You can add your own https cert and key in apache style cert files to use secure web console for device42. You can generate a self-signed certificate with a CA using openssl or Microsoft certificate server and upload it here, or you can have one issued from a trusted certificate authority as well.

Upload the cert and key files.

Upload the cert and key files.

Upload both files : cert and key. The software will validate the certs before applying them.

Adding the intermediate and the CA Root

You’ll need to concatenate all the certificates, starting with the server certificate, and going deeper in the chain running through all the intermediate certificates. This can be done with “cat chain.crt >> mysite.com.crt” on the command line. (or via copy paste via a text editor)

Restart the Application

Restart the Application

You will need to restart the application to see the new cert.

Creating your own cert

In case you need to create your own certificate, contact [email protected] for assistance.