From 1a1cb94a614bc3944c83e346c400c8a60311720e Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Mon, 14 Apr 2025 18:41:38 +0200 Subject: [PATCH] added changelog + default config entries for certificate profile selection --- CHANGELOG | 4 +++- docs/examples/config | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9a7ec5d..9fe0ae7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,9 @@ This file contains a log of major changes in dehydrated ## [x.x.x] - xxxx-xx-xx -... +## Added +- Implemented support for certificate profile selection + ## Changed - Renew certificates with 32 days remaining (instead of 30) to avoid issues with monthly cronjobs (`RENEW_DAYS=32`) diff --git a/docs/examples/config b/docs/examples/config index 9368d34..c72c284 100644 --- a/docs/examples/config +++ b/docs/examples/config @@ -130,3 +130,6 @@ # Preferred issuer chain (default: -> uses default chain) #PREFERRED_CHAIN= + +# Request certificate with specific profile (default: ) +#ACME_PROFILE= -- 2.47.3