mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Add per-domain configuration files #119
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 @leonklingele on GitHub (Jul 1, 2016).
It would be useful to be able to have different configuration files per domain(s).
Example use case:
Not all of my domains should use OCSP Must-Staple, but I still want to use the
--cronflag for auto-renewal.@lukas2511 commented on GitHub (Jul 1, 2016):
https://github.com/lukas2511/letsencrypt.sh/blob/master/docs/per-certificate-config.md
@leonklingele commented on GitHub (Jul 1, 2016):
Whoops. Nice & thank you 😃