Last modified October 31, 2024
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
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.