[SOLVED] Letsencrypt renew email


Anne

Recommended Posts

I installed letsencrypt on my unraid server to use with duckdns , and I thought I set it up to  auto-renew the certificate.

I guess I didn't or they would not be sending me an email reminding me to renew as my certificate would expire in 22 days

SO..  could someone tell me what to look for, point to, whatever, to see if my install of letsencrypt is or is not set to auto-renew my certificate

and I guess if it is not I will have to come back and ask how to renew a certificate....

Thanks,

Anne

Edited by Anne
[SOLVED]
Link to comment
I installed letsencrypt on my unraid server to use with duckdns , and I thought I set it up to  auto-renew the certificate.
I guess I didn't or they would not be sending me an email reminding me to renew as my certificate would expire in 22 days
SO..  could someone tell me what to look for, point to, whatever, to see if my install of letsencrypt is or is not set to auto-renew my certificate
and I guess if it is not I will have to come back and ask how to renew a certificate....
Thanks,
Anne
You can reboot your LE container and it will pull a new cert.

Sent from my BND-L34 using Tapatalk

Link to comment
  • 2 years later...

came into this thread here - I'm shopping around for an automatic solution for renewing these certificates every 90 (?) days. Looks like cron is going to be the solution, but not sure where/how to best execute it and set this up. I'll post here when I figure something out.

 

stumbled into an existing file:

appdata/swag/crontabs/root

# do daily/weekly/monthly maintenance
# min   hour    day     month   weekday command
*/15    *       *       *       *       run-parts /etc/periodic/15min
0       *       *       *       *       run-parts /etc/periodic/hourly
0       2       *       *       *       run-parts /etc/periodic/daily
0       3       *       *       6       run-parts /etc/periodic/weekly
0       5       1       *       *       run-parts /etc/periodic/monthly
# renew letsencrypt certs

 

 

 

 

Files also exist in

/etc/cron.*/<files>

 

For instance, /etc/cron.weekly/fix.common.problems.sh

 

runs 

#!/bin/bash
/usr/local/emhttp/plugins/fix.common.problems/scripts/scan.php 2> /dev/null

 

 

 

 

cross-post question here

 

created folder in /boot/config/plugins/cronjobs

 

unRaid 6.9.1

reddit

Edited by dkerlee
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.