Skip to content

Changing Certificate Locations

turtle0x1 edited this page Mar 29, 2019 · 1 revision

To change the location of your certificate files you need to do the following;

For apache

Update the /etc/apache2/sites-available/lxd_manager.conf file and set the SSLCertificateFile & SSLCertificateKeyFile to the path of your certificate and key respectively, you will then need to run service apache2 restart

For node

Update the .env file in /var/www/LxdMosaic and set CERT_PATH & CERT_PRIVATE_KEY to the path of your certificate and key respectively, you will then need to run pm2 restart all

Clone this wiki locally