testit
April 16, 2020, 2:37pm
1
Hi,
I installed certbot under FreeBSD 10 and 11 and got following message:
In order to automatically renew the certificates, add this line to
/etc/periodic.conf: weekly_certbot_enable="YES"
Does that mean I will not need a cronjob?
Or what is triggered by weekly_certbot_enable="YES"
Thanks in advance
testit
Osiris
April 16, 2020, 6:35pm
2
That seems to be the case indeed.
The FreeBSD binary package installs (among others) the file /usr/local/etc/periodic/weekly/500.certbot. In this file, it states:
# Automatically renew Let's Encrypt certificates each week
It also mentions the variable weekly_certbot_enable.
The script seems to take care of renewals.
testit
April 16, 2020, 7:07pm
3
Thanks for your explaination!
In FreeBSD 11.3 I can find the
500.certbot
in
I find /usr/local/etc/periodic/weekly/
In FreeBSD 10.4 it obviously is not installed there.
Kind regards
testit
Osiris
April 16, 2020, 8:29pm
4
Even so, if the package for FreeBSD mentions the text you quoted about weekly_certbot_enable like you said, I'm pretty sure the package also makes sure something is done with that variable. Perhaps in another directory, I don't know.
system
Closed
May 16, 2020, 8:29pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.