mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Using domain alias #418
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 @astorath on GitHub (Jul 18, 2019).
Hi!
How can I use domain/challenge alias with dehydrated? Have found nothing in docs about that...
@jobe1986 commented on GitHub (Jul 18, 2019):
Could you elaborate as to what you mean by domain/challenge alias?
The reason I ask is the terminology you used can have multiple different meanings.
Either way, if you mean CNAME records, then yes Let's Encrypt's dns-01 validation will follow CNAME records. I for example use _acme-challenge. CNAME'ed to _acme-challenge.. so I keep all my dynamic DNS under a single domain name.
@astorath commented on GitHub (Jul 18, 2019):
@jobe1986, yep, I mean CNAME records.
How do you setup dehydrated then? Where should I put alias domain (the one dehydrated will use to setup challenges)?
@jobe1986 commented on GitHub (Jul 18, 2019):
That would have to be accounted for by your custom hook script that handles the dynamic DNS updates, as to how exactly that really depends on which hook script you use, and I only have experience using the basic nsupdate based hook script.
@astorath commented on GitHub (Jul 18, 2019):
I see, thanks