Applicable to:
- SolusVM
Question
How to renew the SSL of the Master Hostname for SolusVM using acme.sh script?
Answer
SSL certificate will be expired in 90days if the Master Hostname SSL is configured using the below document:
https://github.com/Neilpang/acme.sh/wiki/Deploy-ssl-to-SolusVM
In order to renew it:
- Execute the following command on the SolusVM Master node:
# /root/.acme.sh/acme.sh --renew -d MASTER-HOSTNAME --force
Note: new
ssl.crtandssl.keywill be located at/usr/local/svmstack/nginx/sslfolder. - In case noVNC HTML 5 console is in use, renew the SSL for noVNC as well:
# cat /usr/local/svmstack/nginx/ssl/ssl.crt /usr/local/svmstack/nginx/ssl/ssl.key > /usr/local/solusvm/includes/nvnc/cert.pem
- Restart the
svmstack-nginxservice to apply the change:# service svmstack-nginx restart
Comments
Please sign in to leave a comment.