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
No known key found for this signature in database
GPG Key ID: D17312FD44A71C23
1 changed files with
5 additions and
5 deletions
-
acmed/config/letsencrypt.toml
|
@ -1,16 +1,16 @@ |
|
|
[[rate-limit]] |
|
|
[[rate-limit]] |
|
|
name = "LE min" |
|
|
name = "Let's Encrypt rate-limit" |
|
|
number = 20 |
|
|
number = 20 |
|
|
period = "1s" |
|
|
period = "1s" |
|
|
|
|
|
|
|
|
[[endpoint]] |
|
|
[[endpoint]] |
|
|
name = "letsencrypt v2 prod" |
|
|
name = "Let's Encrypt v2 production" |
|
|
url = "https://acme-v02.api.letsencrypt.org/directory" |
|
|
url = "https://acme-v02.api.letsencrypt.org/directory" |
|
|
rate_limits = ["LE min"] |
|
|
rate_limits = ["Let's Encrypt rate-limit"] |
|
|
tos_agreed = false |
|
|
tos_agreed = false |
|
|
|
|
|
|
|
|
[[endpoint]] |
|
|
[[endpoint]] |
|
|
name = "letsencrypt v2 staging" |
|
|
name = "Let's Encrypt v2 staging" |
|
|
url = "https://acme-staging-v02.api.letsencrypt.org/directory" |
|
|
url = "https://acme-staging-v02.api.letsencrypt.org/directory" |
|
|
rate_limits = ["LE min"] |
|
|
rate_limits = ["Let's Encrypt rate-limit"] |
|
|
tos_agreed = false |
|
|
tos_agreed = false |
xxxxxxxxxx