diff options
Diffstat (limited to 'scripts/biz-certs/Frank-Root.cnf')
-rw-r--r-- | scripts/biz-certs/Frank-Root.cnf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/biz-certs/Frank-Root.cnf b/scripts/biz-certs/Frank-Root.cnf new file mode 100644 index 00000000..56021ed7 --- /dev/null +++ b/scripts/biz-certs/Frank-Root.cnf @@ -0,0 +1,15 @@ + +[ req ] +distinguished_name = req_dn +x509_extensions = req_x509_ext +prompt = no +default_md = sha256 + +[ req_dn ] +CN = Test Certificate Frank Root + +[ req_x509_ext ] +basicConstraints = CA:true +subjectKeyIdentifier = hash +authorityKeyIdentifier = keyid:always + |