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.
16 lines
416 B
16 lines
416 B
[[rate-limit]]
|
|
name = "Let's Encrypt rate-limit"
|
|
number = 20
|
|
period = "1s"
|
|
|
|
[[endpoint]]
|
|
name = "Let's Encrypt v2 production"
|
|
url = "https://acme-v02.api.letsencrypt.org/directory"
|
|
rate_limits = ["Let's Encrypt rate-limit"]
|
|
tos_agreed = false
|
|
|
|
[[endpoint]]
|
|
name = "Let's Encrypt v2 staging"
|
|
url = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
|
rate_limits = ["Let's Encrypt rate-limit"]
|
|
tos_agreed = false
|