Disable Error during automated certificate renewal for Domain.com for admin

sweatbar

Verified User
Joined
Jul 6, 2019
Messages
37
Hi

Is there a way to disable only the certificate renewal error messages for the admin. All of my customer's domain certificate renewal messages have flooded my DA message inbox. All of his domains are pointed to Cloud Flare and I don't want to go to each domain and disable the renewal options.

TIA
 
You're writing a bit confusing. Do you only want to disable the renewal messages? Or do you completely want to disable renewal of the Letsencrypt certificates for every domain? Since that is what you in fact ask for in the last part of your statement, disable the renewal options.

There is kind of a workaround for that, by setting both options in here to 1. Then you only get 1 message and after that renewal is disabled and you won't see it again.
 
Th
You're writing a bit confusing. Do you only want to disable the renewal messages? Or do you completely want to disable renewal of the Letsencrypt certificates for every domain? Since that is what you in fact ask for in the last part of your statement, disable the renewal options.

There is kind of a workaround for that, by setting both options in here to 1. Then you only get 1 message and after that renewal is disabled and you won't see it again.
Thanks that's what I was looking for i changed these two in directadmin.conf

Code:
letsencrypt_disable_renew_after_renew_failure=1
letsencrypt_renewal_notice_to_admins=0
 
Last edited:
Back
Top