mirror of https://github.com/breard-r/acmed.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
394 B
14 lines
394 B
[[rate-limit]]
|
|
name = "Let's Encrypt rate-limit"
|
|
number = 20
|
|
period = "1s"
|
|
|
|
[endpoint."letsencrypt-v2-production"]
|
|
url = "https://acme-v02.api.letsencrypt.org/directory"
|
|
rate_limits = ["Let's Encrypt rate-limit"]
|
|
tos_agreed = false
|
|
|
|
[endpoint."letsencrypt-v2-staging"]
|
|
url = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
|
rate_limits = ["Let's Encrypt rate-limit"]
|
|
tos_agreed = false
|