interbrite / letsencrypt-vesta

Automate Let's Encrypt Certificate Installation for VestaCP
Other
217 stars 64 forks source link

Certificates for VestaCP Admin Panel #55

Open fabianborg opened 7 years ago

fabianborg commented 7 years ago

Would it be possible to have letsencrypt-vesta issue and auto renew an SSL certificate for the VestaCP Admin Panel and replace the self assigned certificate.

Currently I do this with the following but wish to have one system for all:

git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
./letsencrypt-auto --help
./letsencrypt-auto certonly --renew-by-default --webroot -w /home/admin/web/example.com/public_html -d example.com
cp /etc/letsencrypt/live/example.com/cert.pem /usr/local/vesta/ssl/certificate.crt
cp /etc/letsencrypt/live/example.com/privkey.pem /usr/local/vesta/ssl/certificate.key
aalonzolu commented 6 years ago

Same error here, i remove the SSL cert and add it again but Vesta still showing the old cert and not a renewed.