sslmake: keep root.*!

master
Denis Knauf 2013-04-17 10:27:45 +02:00
parent 7aa6e5c69f
commit 2f50840e7e
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ Creates SSL-keys and -certificate requests named %.key/%.csr (replace % by name)
renew: $(patsubst %.key,%.csr.new,$(wildcard *.key))
build: $(patsubst %.cnf,%csr,$(wildcard *.cnf))
root.key:
@echo "root.crt keeper"
root.crt:
@echo "root.crt keeper"
%.del:
[ ! -e "$(*)" ] || mv --backup=numbered "$(*)" "$(*).`date +%Y-%m-%d`"