-
-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check certificate for expiration #1035
Comments
Would love to have a notification if a certificate didn't get renewed and is only 1-2 days before expiration |
can confirm the issue. certs are not being renewed |
As already discussed on discord and forum, it's acme.sh related. Renew is done by acme and froxlor just synchronizes |
same problem here |
workaround: cronjob with mail notification
|
I had to
|
Yes, I have to do that too. But I will soon build a shell script for this because this problem occurs on several servers and more often. |
Froxlor automatically runs acme.sh --upgrade before issueing / synchronizing certificates, see https://github.com/Froxlor/Froxlor/blob/master/lib/Froxlor/Cron/Http/LetsEncrypt/AcmeSh.php#L633 |
my Workaround
php /var/www/froxlor/scripts/froxlor_master_cronjob.php --letsencrypt --debug |
Is your feature request related to a problem? Please describe.
I keep having the problem that certificates are not renewed. I just don't know why.
Describe the solution you'd like
A check of the expiry date of the certificates and if a certificate expires in X days send email to the admin.
Describe alternatives you've considered
The alternative would be that the customer report that his certificate has expired and then be angry.
The text was updated successfully, but these errors were encountered: