add cleanup script for certs
This commit is contained in:
7
scripts/certs/clean-all.sh
Executable file
7
scripts/certs/clean-all.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
cd "$DIR"
|
||||
|
||||
rm -f ca.{key,crt}
|
||||
rm -f server/server.{crt,key,pem,p12,csr}
|
||||
rm -f client/client.{crt,key,pem,p12,csr}
|
||||
Reference in New Issue
Block a user