mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
OCSP_MUST_STAPLE="yes" ignored in config file, --ocsp parameter works correctly #136
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 @hardfalcon on GitHub (Aug 22, 2016).
When OCSP_MUST_STAPLE="yes" is specified in the config file, it seems to be ignored, whilst if the --ocsp parameter is used on the commandline, everything works as expected.
@hardfalcon commented on GitHub (Aug 23, 2016):
Never mind, my bad - just found out that I forgot to update my cronjob to use "config" instead of "config.sh". Sorry for the fuckup. :-/