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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ install:
	chmod 755 /usr/local/bin/ssl-ca

clean:
	[ -f .server.pid ] && kill "$$(cat .server.pid)"
	rm -rf openssl.cnf certs keys CA.key CA.crt CA.p12 CA.srl .server.pid

test: clean