System information
Replacing the Self-Signed Certificate With an SSL Certificate for HTTPS
76 AlterPath OnBoard Administrator’s Guide
Submit the CSR request to the certificate authority (CA).
After receiving the certificate from the CA, do the remaining
steps.
3. Copy the private key into /etc/httpd/conf/ssl.key/server.key.
4. Copy the certificate into
/etc/httpd/conf/ssl.crt/server.crt.
The following screen example uses cert.crt as the name of the
certificate file from the CA, Substitute the correct name for your file.
Note: By default, the /etc/httpd/conf/ssl.key/server.key and
/etc/httpd/conf/ssl.crt/server.crt files are listed in /etc/
config_files so they can be automatically saved in the flash memory
whenever the saveconf command is run or the administrative user saves the
configuration files using the “Save” button on the Mgmt → Backup/restore
screen.
5. Run the saveconf command to save the configuration in flash.
6. Restart the web server to put the certificate into effect.
[root@OnBoard /] cat private.key > /etc/httpd/conf/ssl.key/server.key
[root@OnBoard /] cat cert.cert > /etc/httpd/conf/ssl.crt/server.crt
[root@OnBoard /] saveconf
[root@OnBoard /] daemon.sh restart APACHE