mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
${DOMAIN} in config.sh #66
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 @basbebe on GitHub (Feb 18, 2016).
is it possible to use ${DOMAIN} in the config.sh, for example for
?
@lukas2511 commented on GitHub (Feb 18, 2016):
No. Especially with CONTACT_EMAIL this will never be an option since that address is per account and not per certificate.
@basbebe commented on GitHub (Feb 18, 2016):
I see, thanks!