diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-15 13:58:54 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-15 13:58:54 +0200 |
commit | 828074b95b16565d0e8c46b76b3426b3dc041072 (patch) | |
tree | 08d6cdc2c14e4b0ddcb6e01e8d3ce280a4d0ff8f | |
parent | v0.0.13 (diff) | |
download | infra-ansible-828074b95b16565d0e8c46b76b3426b3dc041072.tar.gz infra-ansible-828074b95b16565d0e8c46b76b3426b3dc041072.zip |
letsencrypt: update README
-rw-r--r-- | roles/letsencrypt/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/letsencrypt/README.md b/roles/letsencrypt/README.md index 50ca0f6..a2c518c 100644 --- a/roles/letsencrypt/README.md +++ b/roles/letsencrypt/README.md @@ -13,3 +13,6 @@ server for the first time, which avoids tinkering with its configuration. It does come with some downsides: namely, this role explicitly uses certbot's DigitalOcean plugin, (because I use DO for my domains); and the access token is stored in a .ini file in /root. + +This role prompts for token; set it in the `DIGITALOCEAN_TOKEN` environment +variable to disable the prompt. |