X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=certs%2FMakefile;h=c5e4294c7d7130e22e7f485a87944c3a5331c129;hb=4104bba9f2b804a3ef0de0a58863d51555627004;hp=17b9dfa9c16d805296cebe171da9644228653bbd;hpb=ff53626e693ddb540f718f4ff7d7e9d63a3eca08;p=prosody.git diff --git a/certs/Makefile b/certs/Makefile index 17b9dfa9..c5e4294c 100644 --- a/certs/Makefile +++ b/certs/Makefile @@ -11,6 +11,8 @@ keysize=2048 # signing request that you can submit to a CA, or `make yourhost.cert` # to generate a self signed certificate. +.PRECIOUS: %.cnf %.key + # To request a cert %.csr: %.cnf %.key openssl req -new -key $(lastword $^) -out $@ -utf8 -config $(firstword $^) @@ -25,4 +27,4 @@ keysize=2048 %.key: openssl genrsa $(keysize) > $@ - @chmod 400 -c $@ + @chmod 400 $@