NOTICE: JetBackup Management Console is in ALPHA testing stage. Please handle with caution. Any information on this document is subject to change as we continue to develop and make changes.

How to Add/Change SSL certificate to JetBackup MC

SSL certificates adds another layer of security when accessing your JetBackup MC Panel by encrypting sensitive information such as your login credentials as they are sent between your server and browser.

JetBackup MC generates its own SSL certificate automatically upon installation.

To add your own SSL certificate, edit the JetBackup MC configuration file located here:

/usr/local/jetapps/etc/jetlighttpd/conf.d/jetbackupmc.conf

Change the following line on the config file:

ssl.pemfile = "/usr/local/jetapps/etc/ssl/private/jetbackupmc.pem"

And specify the path to your SSL certificate:

ssl.pemfile = "{SSL_CERTIFICATE_PATH}"

Save the config file then restart the jetlighttpd service:

systemctl restart jetlighttpd