From 5d6b122eb8165bb8815b232b2763dcf01cf94be1 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 1 Jun 2024 00:08:26 +0100 Subject: Correct CAA record reference in documentation In the README section for acme account information, I had incorrectly referred to the CAA records as TLSA records (which do not need this information at all). This commit fixes that mistake. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f30504..7c7c6f9 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,8 @@ inventory/ ``` ```yaml -acme_account_uri_nonprod: # the staging uri we should add TLSA records for -acme_account_uri_prod: # the prod uri we should add TLSA records for +acme_account_uri_nonprod: # the staging uri we should add CAA records for +acme_account_uri_prod: # the prod uri we should add CAA records for anonymous_login: # should we allow anonymous users on the server? e.g. true borg_private_key_path: # e.g. /home/matthew/.ssh/some-key borg_repo: # the repo to use, e.g. ssh://example.org/./repo -- cgit v1.2.3