diff --git a/acmed/config/letsencrypt.toml b/acmed/config/letsencrypt.toml index 80ea99a..60700f4 100644 --- a/acmed/config/letsencrypt.toml +++ b/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