Loading Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading