From e0bc92fa0a523ce476521296963045c29e14716b Mon Sep 17 00:00:00 2001 From: moeny-matt Date: Thu, 17 Apr 2025 16:32:33 -0400 Subject: [PATCH] Add note about DNS challenge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cebf590..dfa8719 100644 --- a/README.md +++ b/README.md @@ -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