I have several domains that are using LE with autorenewal, but are not actually renewing :
The data/users/user/domains/domain.cert.creation_time epoch is 1673654766 , so that' s indeed a bit in the past : Sat 14 Jan 2023
However, there are no error messages available even though those should be sent :
When I manually trigger a renewal into the taskqueue , the domain does get renewed, as it should.
As such, I'm wondering if DA actually "sees" this domain as a potential renewal candidate.
Where/how does DA get its information on 'domains that need to be scanned for renewal' ?
The data/users/user/domains/domain.cert.creation_time epoch is 1673654766 , so that' s indeed a bit in the past : Sat 14 Jan 2023
However, there are no error messages available even though those should be sent :
Code:
grep lets conf/directadmin.conf
letsencrypt=1
letsencrypt_disable_renew_after_renew_failure=0
letsencrypt_renewal_days=75
letsencrypt_renewal_error_to_users=1
letsencrypt_renewal_failure_notice_after_attempt=5
letsencrypt_renewal_notice_to_admins=1
letsencrypt_renewal_success_notice=1
renew_letsencrypt_on_suspended_domain=0
When I manually trigger a renewal into the taskqueue , the domain does get renewed, as it should.
As such, I'm wondering if DA actually "sees" this domain as a potential renewal candidate.
Where/how does DA get its information on 'domains that need to be scanned for renewal' ?