Initial import ⬇

This commit is contained in:
3wc
2020-10-06 00:02:20 +02:00
commit e2c495dc8f
3 changed files with 368 additions and 0 deletions

6
certdumper_post.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
cd /output || exit
# shellcheck disable=SC2010
ls | grep -v private | grep -v "$DOMAIN" | xargs -r rm -r