Page 4 of 4

Re: Let's Encrypt - How to use

Posted: Thu Sep 20, 2018 8:35 am
by ozgurerdogan
Will auto renew be done in Gui? Or must I create cron?

Re: Let's Encrypt - How to use

Posted: Wed Sep 26, 2018 6:42 am
by weergave
you can also use Certbot to integrate in vestacp https://certbot.eff.org/ a you will get update automatically

Re: Let's Encrypt - How to use

Posted: Mon Oct 22, 2018 9:28 am
Hi!

When I add new alias to domain, certificate is not renew automatically. I need re-enable SSL to renew certificate with new alias. The problem is that today subdomains count is over 80. And re-enable SSL checkbox down site to 5-10 minutes while all domains will be rechecked by script.

I found

Code: Select all

v-update-letsencrypt-ssl
command.

But the it doesn't make renew if old one still not expired.
https://github.com/serghey-rodin/vesta/ ... pt-ssl#L44

So is any possibility to force renew certification without re-enable SSL checkbox in panel to prevent site down.

Re: Let's Encrypt - How to use

Posted: Thu Oct 25, 2018 5:42 am
[email protected] wrote:
Mon Oct 22, 2018 9:28 am
When I add new alias to domain, certificate is not renew automatically. I need re-enable SSL to renew certificate with new alias. The problem is that today subdomains count is over 80. And re-enable SSL checkbox down site to 5-10 minutes while all domains will be rechecked by script.
Solution here:
https://github.com/serghey-rodin/vesta/ ... -432653349