File: rootca.conf

package info (click to toggle)
sx 2.0%2Bds-4
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 11,980 kB
  • ctags: 9,945
  • sloc: ansic: 106,492; sh: 14,484; perl: 1,246; makefile: 572; python: 255
file content (19 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[ req ]
default_bits	       = 1024
distinguished_name     = req_distinguished_name
prompt		       = no
encrypt_key            = no
x509_extensions        = v3_ca

[ req_distinguished_name ]
C		       = GB
ST		       = Test State or Province
O		       = Organization Name
CN		       = Test Root CA

[ v3_ca ]

subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid:always,issuer:always
basicConstraints = critical,CA:true
keyUsage=keyCertSign,cRLSign