Feature: config options per domain #367

Closed
opened 2025-12-29 01:23:48 +01:00 by adam · 3 comments
Owner

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:

dom1.tld sub1.dom1.tld sub2.dom1.tld
KEY_ALGO=secp384r1 dom2.tld sub.dom2.tld
dom3.tld

Config options should not pose ambiguity problems as an equal sign is not allowed in a domain.

Thank you

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: ``` dom1.tld sub1.dom1.tld sub2.dom1.tld KEY_ALGO=secp384r1 dom2.tld sub.dom2.tld dom3.tld ``` Config options should not pose ambiguity problems as an equal sign is not allowed in a domain. Thank you
adam closed this issue 2025-12-29 01:23:48 +01:00
Author
Owner

@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

@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
Author
Owner

@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.

@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.
Author
Owner

@damluk commented on GitHub (Aug 11, 2018):

@bllfr0g, thx for the info!

@damluk commented on GitHub (Aug 11, 2018): @bllfr0g, thx for the info!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#367