mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-22 09:09:04 +01:00
initial support for configuration on per-certificate base (#105)
This commit is contained in:
18
docs/per-certificate-config.md
Normal file
18
docs/per-certificate-config.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Config on per-certificate base
|
||||
|
||||
letsencrypt.sh 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
|
||||
Reference in New Issue
Block a user