From 20b8c47188aec9a3713067cd5007a05f67b511f8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 19 Jun 2023 21:50:18 +0200 Subject: Adding root_intermediate_cert to exit_hook.extra-cleanup dehydrated hook. Signed-off-by: Daniel Baumann --- dehydrated/share/hooks/exit_hook.extra-cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dehydrated') diff --git a/dehydrated/share/hooks/exit_hook.extra-cleanup b/dehydrated/share/hooks/exit_hook.extra-cleanup index 59e203e..fc09f7b 100755 --- a/dehydrated/share/hooks/exit_hook.extra-cleanup +++ b/dehydrated/share/hooks/exit_hook.extra-cleanup @@ -23,7 +23,7 @@ set -e echo -n " + Cleanup extra certificate files..." -for EXTRA in root intermediate fullchain_privkey privkey_fullchain +for EXTRA in root intermediate fullchain_privkey privkey_fullchain root_intermediate_cert do for CERTIFICATE in "${CERTDIR}"/*/ do -- cgit v1.2.3