mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
allow using different challenge per domain #539
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 @Yannik on GitHub (Jul 16, 2021).
Hi,
I would like to create a certificate for the domains
*.example.org,example.comandexample.net.As
*.example.orgis a wildcard domain, it needs to be verified with the dns challenge.However, I would like to verify
example.comandexample.netwith the http challenge.Unfortunately, this is not possible with dehydrated at the moment.
Therefore I'd like to make a feature request to implement this :-)
@Killerkiwi2005 commented on GitHub (Nov 3, 2021):
this is possible already you can do per cert settings see https://github.com/dehydrated-io/dehydrated/blob/master/docs/per-certificate-config.md
@jobe1986 commented on GitHub (Nov 3, 2021):
That does not cover the example given by @Yannik, where there is only ONE cert created with different challenge types per SAN.