From aaf641cc68953c714396d5397d9a6b6627002cff Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Wed, 28 Apr 2021 11:56:27 +0200 Subject: [PATCH] letsencrypt.toml: wording update * use precise strings referencing endpoint name and limits Signed-off-by: Ralf Zerres --- acmed/config/letsencrypt.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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