From 6dc27f3ad793f412b052ca51d3a9aec1d7e104ca Mon Sep 17 00:00:00 2001 From: moeny-matt Date: Thu, 17 Apr 2025 16:53:26 -0400 Subject: [PATCH] Fix file links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e875a20..d77e640 100644 --- a/README.md +++ b/README.md @@ -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