Fix file links

This commit is contained in:
moeny-matt 2025-04-17 16:53:26 -04:00
parent a57b976788
commit 6dc27f3ad7

View File

@ -76,8 +76,8 @@ SMTP_PASSWORD=smtp_user-password
In order to set up certs to autorenew, you can use a cron job. Perform the following steps as the root user. Note that this requires a bind9 DNS server set up for dynamic updates with a `tsig.key` file. See our [bind9](https://gitea.moeny.ai/moeny/bind9) repo for more details on this.
1. Add the content of [renew-mail-certs.sh](renew-mail-certs.sh) at `/usr/local/bin/renew-mail-certs.sh`.
2. Add the contents of [dns-rfc2136.ini](dns-rfc2136.ini) at `/etc/letsencrypt/dns-rfc2136.ini`. Don't forget to update the file with your own values.
1. Add the content of [renew-mail-certs.sh](/usr/local/bin/renew-mail-certs.sh) at `/usr/local/bin/renew-mail-certs.sh`.
2. Add the contents of [dns-rfc2136.ini](/etc/letsencrypt/dns-rfc2136.ini) at `/etc/letsencrypt/dns-rfc2136.ini`. Don't forget to update the file with your own values.
3. Run `crontab -e` and add the following to it:
```
0 2 1 * * /usr/local/bin/renew-mail-certs.sh