diff options
Diffstat (limited to 'test/v3_ca_exts.cnf')
-rw-r--r-- | test/v3_ca_exts.cnf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/v3_ca_exts.cnf b/test/v3_ca_exts.cnf new file mode 100644 index 000000000000..3ad4cae8cccf --- /dev/null +++ b/test/v3_ca_exts.cnf @@ -0,0 +1,5 @@ +basicConstraints = critical, CA:true +keyUsage = cRLSign, keyCertSign +subjectKeyIdentifier = hash +authorityKeyIdentifier = keyid:always + |