diff options
-rwxr-xr-x | sign-ca.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ rsync --ignore-missing-args \ if [ $(date -d"$(openssl x509 -noout -enddate -in "${f}" | cut -d= -f2)" +%s) -ge $(($(date +%s)-24*60*60*30)) ]; then rm "${f}" sed -i '"'"' - /^[0-9a-f]\{127\} '"'"'"${f//./\\.}"'"'"'$/d + /^[0-9a-f]\{128\} '"'"'"${f//./\\.}"'"'"'$/d '"'"' sha512sums fi done |