Add note about DNS challenge

This commit is contained in:
moeny-matt 2025-04-17 16:32:33 -04:00
parent cd24eacee4
commit e0bc92fa0a

View File

@ -147,7 +147,7 @@ Add this line to run the renewal every month on the 1st day at 2:00 AM:
```bash
0 2 1 * * /home/moeny/AppFlowy-Cloud/check-and-renew-certs.sh >> /var/log/cert-renewal.log 2>&1
```
You will need to add [check-and-renew-certs.sh](check-and-renew-certs.sh) and [renew-certs.sh](renew-certs.sh) in the `AppFlowy-Cloud` directory.
You will need to add [check-and-renew-certs.sh](check-and-renew-certs.sh) and [renew-certs.sh](renew-certs.sh) in the `AppFlowy-Cloud` directory and add a `keys` directory, containing your `tsig.key` to your user's home directory for use with the DNS challenge. This assumes you are using a bind9 DNS server with dynamic DNS enabled. See our [bind9](https://gitea.moeny.ai/moeny/bind9) repo for more info.
## Additional considerations