Applicable to:
- SolusVM 2
Question
How to use paid SSL certificate purchased from one of certificate authorities in SolusVM 2?
Answer
- Access SolusVM 2 management node via SSH
- Update cert.crt and priv.key with files provided by CA company in the directory
/usr/local/solus/certs/
- Remove solus stack
# docker stack rm solus
- Remove docker volume with certificates:
# docker volume rm solus_vol_certs
- Redeploy stack
# docker stack deploy --with-registry-auth -c /usr/local/solus/config/stack.yml solus
Comments
0 commentsPlease sign in to leave a comment.