How to add certificates
If you want to use your own SSL certificates for the appliance, you have to follow these three steps:
-
Create the certificates and deposit them on your appliance.
-
Connect to your appliance either directly on the command line of your virtual machine or via ssh connection to your appliance.
-
Execute the following commands:
ucr set apache2/ssl/certificate="/etc/myssl/cert.pem"
ucr set apache2/ssl/key="/etc/myssl/private.key"
Remember to adjust the path and filename to match your certificate.
Once you’ve completed these steps, restart Apache using the following command:
sudo service apache2 restart
Now your certificates will be used to access your appliance. If you want to limit the access to your server exclusively to HTTPS, use this command:
sudo ucr set apache2/force_https=yes
For further information please visit our partner site at Univention.