Page 1 of 1

Add other Letsencrypt certificate on Vesta SSL root domain

Posted: Sun Jan 01, 2017 11:34 pm
by RubenV
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!

Re: Add other Letsencrypt certificate on Vesta SSL root domain

Posted: Mon Jan 09, 2017 12:13 pm
by mestresan
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

Re: Add other Letsencrypt certificate on Vesta SSL root domain

Posted: Mon Jan 09, 2017 7:21 pm
by ScIT
mestresan 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
Better solution: http://forum.vestacp.com/viewtopic.php?f=19&p=55190

Let's Encrypt Certs have to be renewed every 90 days. So after this time your solution will not work anymore.