mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Parameter --ca priority? #626
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 @MichiFr on GitHub (Sep 5, 2024).
Just a question, no issue:
Will the parameter
--ca letsencrypt-testoverride the appropriate config option?Will any command line parameter override its appropriate config option?
OT: I've read somewhere when using the staging server I've to register with this server and when switching back to re-register again, is this correct?
Thanks!
@lukas2511 commented on GitHub (Apr 15, 2025):
Hi there, sorry for the late response, not clear if it's still relevant but answering it anyway:
Priority is as follows (lowest to highest): Main config, command line arguments, certificate specific config.
Since CA can't be overriden by certificate specific config you'd only need to know that specifying a command line arguments allows you to temporarily override the CA to be used, e.g. to use staging for some tests.
Dehydrated can handle multiple CAs, but you'll need to register with each CA you are using. When switching back to a previously used CA you don't need to re-register.