mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 07:10:34 +01:00
Support setting CA in per-certificate config (DOMAINS_D or certs/…) #449
Reference in New Issue
Block a user
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?
Originally created by @alexs77 on GitHub (Dec 12, 2019).
It would be very good, if it were possible to set the CA on a per-certificate level.
Example: for production domains, I'd like to use the "real" Let's Encrypt CA https://acme-v02.api.letsencrypt.org/directory
For test domains, I'd like to use the staging environment https://acme-staging-v02.api.letsencrypt.org/directory
According to https://github.com/lukas2511/dehydrated/blob/master/docs/per-certificate-config.md, the confguration variable
CAcannot be changed incerts/example.org/configorDOMAINS_D/example.org.@lukas2511 commented on GitHub (Dec 10, 2020):
This is not possible in the way dehydrated is currently structured. Closing this as it would require a major rewrite.