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

Add test and clean targets to Makefile.

parent 5403f00b
No related branches found
No related tags found
No related merge requests found
.PHONY: install .PHONY: install clean test
install: install:
cp ssl-ca /usr/local/bin/ssl-ca cp ssl-ca /usr/local/bin/ssl-ca
chmod 755 /usr/local/bin/ssl-ca chmod 755 /usr/local/bin/ssl-ca
clean:
rm -rf openssl.cnf certs keys CA.key CA.crt
test: clean
./ssl-ca init
./ssl-ca gen www
openssl genrsa -out keys/smtp
./ssl-ca sign
./ssl-ca resign
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment