Articles in this section

How to renew the SSL of the Master Hostname for SolusVM using acme.sh script?

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:

  1. Execute the following command on the SolusVM Master node:

    # /root/.acme.sh/acme.sh --renew -d MASTER-HOSTNAME --force

    Note: new ssl.crt and ssl.key will be located at /usr/local/svmstack/nginx/ssl folder.

  2. 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

  3. Restart the svmstack-nginx service to apply the change:

    # service svmstack-nginx restart

 

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.