mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-12 06:40:35 +01:00
Feature: config options per domain #367
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 @damluk on GitHub (Aug 10, 2018).
Hi,
I would appreciate a possibility to override a key algorithm per domains.txt line. In general, this could work for other config options as well, and look like this:
Config options should not pose ambiguity problems as an equal sign is not allowed in a domain.
Thank you
@bllfr0g commented on GitHub (Aug 10, 2018):
There is already a way to do this. See https://github.com/lukas2511/dehydrated/blob/master/docs/per-certificate-config.md
@lukas2511 commented on GitHub (Aug 10, 2018):
@damluk you can use special config files like @bllfr0g already mentioned.
Variables in domains.txt are not supported and are not planned.
Parsing your example might be easy, but other variables are a bit harder and I don't want to maintain yet another set of options that users might get confused with what works and how.
@damluk commented on GitHub (Aug 11, 2018):
@bllfr0g, thx for the info!