Add support for wildcard certificates & ACME DNS01 #12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Let's Encrypt has a rate limiting of 50 certificate orders per root domain and per week (moving average). As we offer domains under
*.web.deuxfleurs.fr
, this threshold can be easily reached. We should provision a wildcard certificate for these URL to reduce the pressure on LE. Wildcard certificates can not be obtained through the HTTP01 ACME challenge, only through the DNS01 one.A specification need to be written before starting the implementation.
Implement DNS01to Implement ACME DNS01Implement ACME DNS01to Add support for wildcard certificates & ACME DNS01