mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
Feature request: specifying alternative domains.txt file #180
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 @aijanai on GitHub (Jan 2, 2017).
Hey,
first of all, thanks for this great script.
I have some domains on CloudFlare and others on Route53. This forces me to rotate the file domains.txt to use different hooks.
It would be nice if I could just specify as a parameter the right domains.txt file
@lukas2511 commented on GitHub (Jan 6, 2017):
That is already implemented, see
docs/examples/config:If you want to select by CLI parameter you could just add a second config file, sourcing everything from your original config and just changing DOMAINS_TXT, and then just specify the path to the alternative config file. e.g.:
Another option would be to call dehydrated using
dehydrated -d your.domain -d www.your.domainto directly sign certain domains instead of using domains.txt for that.@aijanai commented on GitHub (Jan 6, 2017):
great, let's make it more visible in the client help :)