mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Suggestion : add support for DOMAINS_TXT on the command-line #433
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 @rossnick on GitHub (Oct 1, 2019).
I have a situation where in my hook script I will need to execute a sub-script to push the certificates to my waf device, with different parameters depending on the domain. The way I found is to have several domains.txt file depending on what parameters are to be sent.
It would be nice to have the possibility to specify the domains.txt file to use on the command-line, instead of having a separate config file where DOMAINS_TXT is specified.
@rossnick commented on GitHub (Dec 11, 2020):
Thanks !