mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-18 15:23:49 +01:00
19 lines
401 B
Markdown
19 lines
401 B
Markdown
# Config on per-certificate base
|
|
|
|
dehydrated allows a few configuration variables to be set on a per-certificate base.
|
|
|
|
To use this feature create a `config` file in the certificates output directory (e.g. `certs/example.org/config`).
|
|
|
|
Currently supported options:
|
|
|
|
- PRIVATE_KEY_RENEW
|
|
- KEY_ALGO
|
|
- KEYSIZE
|
|
- OCSP_MUST_STAPLE
|
|
- CHALLENGETYPE
|
|
- HOOK
|
|
- HOOK_CHAIN
|
|
- WELLKNOWN
|
|
- OPENSSL_CNF
|
|
- RENEW_DAYS
|