Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
test: rebuild keys without asking for password
Browse files Browse the repository at this point in the history
  • Loading branch information
AelMalinka authored and bnoordhuis committed Apr 30, 2012
1 parent 75c6255 commit 4e48605
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/fixtures/keys/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 4e48605

Please sign in to comment.