.PHONY: all clean
all:
	./gen_certs.sh

clean:
	rm -f {cert,root}{.pem,.csr,-key.pem}
