Trouble with Let's Encrypt Auto-Renew

PabloS

Verified User
Joined
Jan 20, 2022
Messages
5
Auto-renew haven't issued new certificate for server's hostname (c1007.lh.pl). In it SANs it had mail.topestetic.pl (topestetic.pl is a default domain on user account). As certificate expired both addressess were indicated unsafe. I went through /var/log/directadmin/system.log but haven't found any info about renewal of this certificate. Is there any way to verify it? I need to make sure that certificate will be renewed properly with all addresses it has in SANs.
 
You can request a new certificate for the hostname yourself via SSH.
Code:
cd /usr/local/directadmin/scripts
./letsencrypt.sh request_single c1007.lh.pl 4096
this would give you a new and valid hostname certificate.

After that it should be renewed the next time, but keep an eye on it.

If you check the forums there is also a script available which checks LE scripts dates and this way you can also check if the hostname certificate is renewed.
 
Auto-renew failed on another host today. How can I check why auto-renew haven't issued a new certificate? Is it being logged somewhere? I can't find anything about this error in directadmin logs.
 
Back
Top