Specifications
XIV. How to Upload Custom Certificate
Please click on Firmware
and then scroll down the screen to get the following image.
Upload your own certificate to replace the factory-supplied SSL certificate here.
We require an RSA private key and corresponding public certificate to be combined together into one
PEM file. There should be no encryption on the private key and it must be first in the file. Therefore,
we expect a text file in this format:
-----BEGIN RSA PRIVATE KEY-----
[based64 encoded key]
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
[based64 encoded certificate]
-----END CERTIFICATE-----
[end of file]
Uploading the root CA public certificate is optional and only affects the link on the login page. It does
not affect operation otherwise. It is just a X.509 PEM file holding a public certificate.
32