projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75c6255
)
test: rebuild keys without asking for password
author
Michael Thomas
<aelmalinka@gmail.com>
Sun, 29 Apr 2012 18:40:36 +0000
(14:40 -0400)
committer
Ben Noordhuis
<info@bnoordhuis.nl>
Mon, 30 Apr 2012 23:08:31 +0000
(
01:08
+0200)
test/fixtures/keys/Makefile
patch
|
blob
|
history
diff --git
a/test/fixtures/keys/Makefile
b/test/fixtures/keys/Makefile
index 689393f376265942ccfe1d141e45af2f8ded3d06..0c75a55724bce04ec09c8be17e02b2e157c228cd 100644
(file)
--- a/
test/fixtures/keys/Makefile
+++ b/
test/fixtures/keys/Makefile
@@
-120,13
+120,15
@@
ca2-crl.pem: ca2-key.pem ca2-cert.pem ca2.cnf
openssl ca -revoke agent4-cert.pem \
-keyfile ca2-key.pem \
-cert ca2-cert.pem \
- -config ca2.cnf
+ -config ca2.cnf \
+ -passin 'pass:password'
openssl ca \
-keyfile ca2-key.pem \
-cert ca2-cert.pem \
-config ca2.cnf \
-gencrl \
- -out ca2-crl.pem
+ -out ca2-crl.pem \
+ -passin 'pass:password'
clean:
rm -f *.pem *.srl ca2-database.txt ca2-serial