mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-08 14:05:25 +02:00
added changelog + default config entries for certificate profile selection
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
This file contains a log of major changes in dehydrated
|
This file contains a log of major changes in dehydrated
|
||||||
|
|
||||||
## [x.x.x] - xxxx-xx-xx
|
## [x.x.x] - xxxx-xx-xx
|
||||||
...
|
## Added
|
||||||
|
- Implemented support for certificate profile selection
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
- Renew certificates with 32 days remaining (instead of 30) to avoid issues with monthly cronjobs (`RENEW_DAYS=32`)
|
- Renew certificates with 32 days remaining (instead of 30) to avoid issues with monthly cronjobs (`RENEW_DAYS=32`)
|
||||||
|
|
||||||
|
|||||||
@@ -130,3 +130,6 @@
|
|||||||
|
|
||||||
# Preferred issuer chain (default: <unset> -> uses default chain)
|
# Preferred issuer chain (default: <unset> -> uses default chain)
|
||||||
#PREFERRED_CHAIN=
|
#PREFERRED_CHAIN=
|
||||||
|
|
||||||
|
# Request certificate with specific profile (default: <unset>)
|
||||||
|
#ACME_PROFILE=
|
||||||
|
|||||||
Reference in New Issue
Block a user