Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/keys/Makefile')
-rw-r--r--test/fixtures/keys/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/keys/Makefile b/test/fixtures/keys/Makefile
index c063377d97d..31e8484e5ce 100644
--- a/test/fixtures/keys/Makefile
+++ b/test/fixtures/keys/Makefile
@@ -30,6 +30,8 @@ agent1-csr.pem: agent1.cnf agent1-key.pem
agent1-cert.pem: agent1-csr.pem ca1-cert.pem ca1-key.pem
openssl x509 -req \
+ -extfile agent1.cnf \
+ -extensions v3_ca \
-days 9999 \
-passin "pass:password" \
-in agent1-csr.pem \