FreeBSD automatic renewal documentation is incorrect
Open
- Dominant language
- No language data
- Stars
- 71
- Forks
- 187
- Avg merge
- 1h 45m
- Merged PRs (30d)
- 1
Description
The website says:
```
The command to renew certbot is installed in one of the following locations:
/etc/crontab/
/etc/cron.*/*
systemctl list-timers
```
The above is incorrect. And systemctl isn't a FreeBSD command at all. The correct entry is that py-certbot package installs the automatic update script here:
```
/usr/local/etc/periodic/weekly/500.certbot-3.11
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.