diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |