Error rendering macro 'rw-search'

null

Downloads

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The SSL certificate and key are stored in the folder /opt/panagenda/appdata/volumes/ce/nginx/ssl. If you want to use your own certificate with ConnectionsExpert, just replace the files certfile.pem and keyfile.key in this folder with the corresponding files. Both files must not be encrypted (no pass phrase required)!
If you keep the same file names, nothing else has to be changed. Otherwise you will have to adapt the following lines in the /opt/panagenda/appdata/volumes/ce/nginx/sites-enabled/pan_ac file accordingly:

ssl_certificate_key /etc/nginx/ssl/keyfile.key;
ssl_certificate /etc/nginx/ssl/certfile.pem;

Please note that it is only possible to change the file name, not the path of the files. So the string “/etc/nginx/ssl/” has to remain the same!
Also note that both files must not be encrypted (no pass phrase required)!

 

Please reboot the virtual appliance after changing the SSL certificate.