mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
certs/Makefile: Add .PRECIOUS to stop make deleting the key as an intermediate file (thanks deryni/Zash)
This commit is contained in:
parent
e68d8c4c3c
commit
b737fdbee9
1 changed files with 2 additions and 0 deletions
|
@ -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 $^)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue