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.crt
andssl.key
will be located at/usr/local/svmstack/nginx/ssl
folder. - 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-nginx
service to apply the change:# service svmstack-nginx restart
Comments
0 commentsPlease sign in to leave a comment.