mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
certificate-specific config does not work with values containing space #512
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 @zhangyoufu on GitHub (Dec 7, 2020).
failed with
The parsing logic for certificate-specific config does not handle quotes correctly. See
589e9f30b3/dehydrated (L1600-L1627)@lukas2511 commented on GitHub (Dec 9, 2020):
I tried a simpler fix first, which seemed at least a tiny bit cleaner on first sight. I should find a better way for doing these checks...
@zhangyoufu commented on GitHub (Dec 10, 2020):
Trim single quotes from config_value does fix the issue for my use case. I'm looking forward to a better way.