Add other Letsencrypt certificate on Vesta SSL root domain
Add other Letsencrypt certificate on Vesta SSL root domain
Hi
On my website I added a Vesta SSL certificate on the root domain (Letsencrypt).
Now I want to change the certificate with a certificate of another domain and add it to the Server configuration > Vesta SSL.
Now I can't make the 2 existing fields empty (SSL Certificate and SSL Key).
If I add an existing key I get the next error: Error: Certificate Authority not found.
How can I solve this?
Thanks in advance!
On my website I added a Vesta SSL certificate on the root domain (Letsencrypt).
Now I want to change the certificate with a certificate of another domain and add it to the Server configuration > Vesta SSL.
Now I can't make the 2 existing fields empty (SSL Certificate and SSL Key).
If I add an existing key I get the next error: Error: Certificate Authority not found.
How can I solve this?
Thanks in advance!
Re: Add other Letsencrypt certificate on Vesta SSL root domain
I have same problem...
so... I copied 2 files manually to vestacp ssl folder like this
cp /etc/letsencrypt/live/mydomain.com/cert.pem /usr/local/vesta/ssl/certificate.crt
cp /etc/letsencrypt/live/mydomain.com/privkey.pem /usr/local/vesta/ssl/certificate.key
so... I copied 2 files manually to vestacp ssl folder like this
cp /etc/letsencrypt/live/mydomain.com/cert.pem /usr/local/vesta/ssl/certificate.crt
cp /etc/letsencrypt/live/mydomain.com/privkey.pem /usr/local/vesta/ssl/certificate.key
Re: Add other Letsencrypt certificate on Vesta SSL root domain
Better solution: http://forum.vestacp.com/viewtopic.php?f=19&p=55190mestresan wrote:I have same problem...
so... I copied 2 files manually to vestacp ssl folder like this
cp /etc/letsencrypt/live/mydomain.com/cert.pem /usr/local/vesta/ssl/certificate.crt
cp /etc/letsencrypt/live/mydomain.com/privkey.pem /usr/local/vesta/ssl/certificate.key
Let's Encrypt Certs have to be renewed every 90 days. So after this time your solution will not work anymore.