Browse Source

letsencrypt.toml: wording update

* use precise strings referencing endpoint name and limits

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
pull/48/head
Ralf Zerres 4 years ago
parent
commit
aaf641cc68
No known key found for this signature in database GPG Key ID: D17312FD44A71C23
  1. 10
      acmed/config/letsencrypt.toml

10
acmed/config/letsencrypt.toml

@ -1,16 +1,16 @@
[[rate-limit]]
name = "LE min"
name = "Let's Encrypt rate-limit"
number = 20
period = "1s"
[[endpoint]]
name = "letsencrypt v2 prod"
name = "Let's Encrypt v2 production"
url = "https://acme-v02.api.letsencrypt.org/directory"
rate_limits = ["LE min"]
rate_limits = ["Let's Encrypt rate-limit"]
tos_agreed = false
[[endpoint]]
name = "letsencrypt v2 staging"
name = "Let's Encrypt v2 staging"
url = "https://acme-staging-v02.api.letsencrypt.org/directory"
rate_limits = ["LE min"]
rate_limits = ["Let's Encrypt rate-limit"]
tos_agreed = false
Loading…
Cancel
Save