actube/ssl/mkclean.sh

9 lines
72 B
Bash
Raw Normal View History

#!/bin/sh
rm index.txt*
rm *.pem
rm *.key
rm *.crt
rm *.req
rm serial*