@ -1,20 +1,4 @@
include = [
"default_hooks.toml"
"default_hooks.toml",
"letsencrypt.toml",
]
[[rate-limit]]
name = "LE min"
number = 20
period = "1s"
[[endpoint]]
name = "letsencrypt v2 prod"
url = "https://acme-v02.api.letsencrypt.org/directory"
rate_limits = ["LE min"]
tos_agreed = false
name = "letsencrypt v2 staging"
url = "https://acme-staging-v02.api.letsencrypt.org/directory"
@ -0,0 +1,16 @@