Cleanup unused csr and keys folders

This commit is contained in:
Eric Nemchik
2023-03-07 19:02:03 -06:00
parent b7fba5e404
commit 4899670c70
3 changed files with 6 additions and 0 deletions

View File

@@ -140,6 +140,10 @@ else
ln -s ../etc/letsencrypt/live/"${URL}" /config/keys/letsencrypt
fi
# cleanup unused csr and keys folders
rm -rf /etc/letsencrypt/csr
rm -rf /etc/letsencrypt/keys
# checking for changes in cert variables, revoking certs if necessary
if [[ ! "${URL}" = "${ORIGURL}" ]] ||
[[ ! "${SUBDOMAINS}" = "${ORIGSUBDOMAINS}" ]] ||