diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-06-19 19:50:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-06-19 19:50:18 +0000 |
commit | 20b8c47188aec9a3713067cd5007a05f67b511f8 (patch) | |
tree | 8af46423b44b142e6a411b3eb2f01697d4a01657 | |
parent | Releasing version 20221225. (diff) | |
download | service-tools-20b8c47188aec9a3713067cd5007a05f67b511f8.tar.xz service-tools-20b8c47188aec9a3713067cd5007a05f67b511f8.zip |
Adding root_intermediate_cert to exit_hook.extra-cleanup dehydrated hook.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | dehydrated/share/hooks/exit_hook.extra-cleanup | 2 |
1 files changed, 1 insertions, 1 deletions
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 |