mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
mixed challenges for one certificate #101
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 @ma0am on GitHub (May 12, 2016).
is it possible to extend the domain.txt config for using different challenges for each host?
aka i need to use dns-01 challenges for roundrobins and http-01 for some external domains
(host challenges for roundrobins are hard to deploy,
but dns access to external domains is not possible)
here is an example for an example.com certificate which i would like to build:
http-01 challenges for:
dns-01 challenges for:
@lukas2511 commented on GitHub (May 16, 2016):
Not yet, sorry. The idea to have per-domain settings has been around for a while (see #105), but it hasn't been implemented yet.
Workaround for now would be to do something like
./letsencrypt.sh -c -t dns-01 -d roundrobin.example.com -d more.roundrobin.example.com.This would have the same effect as if you'd have a line
roundrobin.example.com more.roundrobin.example.comin domains.txt and dns-01 set in config.sh.