Skip to content
Snippets Groups Projects
Commit 0a7ed9f8 authored by nimrod's avatar nimrod
Browse files

The 'clean' target now kills the openssl server if .server.pid is found.

parent 86d9c4cf
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ install: ...@@ -5,6 +5,7 @@ install:
chmod 755 /usr/local/bin/ssl-ca chmod 755 /usr/local/bin/ssl-ca
clean: clean:
[ -f .server.pid ] && kill "$$(cat .server.pid)"
rm -rf openssl.cnf certs keys CA.key CA.crt CA.p12 CA.srl .server.pid rm -rf openssl.cnf certs keys CA.key CA.crt CA.p12 CA.srl .server.pid
test: clean test: clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment