]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
cleanup old ocsp response files
authorLukas Schauer <lukas@schauer.so>
Mon, 10 Jul 2017 22:50:05 +0000 (00:50 +0200)
committerLukas Schauer <lukas@schauer.so>
Mon, 10 Jul 2017 22:50:05 +0000 (00:50 +0200)
dehydrated

index 73fdb495775b07984c2eec13eb0d0cf8ca38aeff..06cde90b83588aeb3428de107e10bcdb00996dfd 100755 (executable)
@@ -1165,7 +1165,7 @@ command_cleanup() {
     fi
 
     # Loop over file-types (certificates, keys, signing-requests, ...)
-    for filetype in cert.csr cert.pem chain.pem fullchain.pem privkey.pem; do
+    for filetype in cert.csr cert.pem chain.pem fullchain.pem privkey.pem ocsp.der; do
       # Skip if symlink is broken
       [[ -r "${certdir}/${filetype}" ]] || continue