We install a self generated SSL certificate by default on our servers; however, if you have purchased and would like to install your own SSL certificate, you may do so at any time for free:Using the "Upload Files" feature (you may also use FTP, SCP, etc as well if you prefer):
- Upload your certificate to: /opt/standingcloud/stack/apache2/certs/certs/server.crt
- Upload your key to: /opt/standingcloud/stack/apache2/certs/private/server.key
/opt/standingcloud/stack/apache2/certs/private/server.key) doesn't exist you may be on an older server. If so, follow these steps instead:Using the "Terminal" feature, issue the following command:
- sudo /etc/init.d/apache2 restart
Note: If the (
- Upload certificate to: /etc/ssl/certs/server.crt
- Upload key to: /etc/ssl/private/server.key
- Restart Apache: sudo /etc/init.d/apache2 restart
If you still have problems, please contact Support.