mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 07:10:34 +01:00
cert specific config not loaded if wellknown does not exists #166
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 @Lem on GitHub (Dec 4, 2016).
Under the following circumstances certificate specific config file will not be loaded:
$SCRIPTDIR/config(e.g using default config fromdocs/examples/config)certs/domain.tld/configEven if the certificate specific config is using dns-01 it seems to be odd to enforce an existing WELLKNOWN-dir. Creating it is a simple workaround if you're using dns-01 only.
@lukas2511 commented on GitHub (Dec 18, 2016):
Well this is a bit more complicated to "fix", I need to verify the config because there are parameters which may influence loading of additional config files, and I don't really want to split it up. Since the additional config files were intended to only be used in special cases I still see the requirement of the main configuration being valid.