mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
21 lines
595 B
Plaintext
21 lines
595 B
Plaintext
[ req ]
|
|
default_bits = 2048
|
|
distinguished_name = req_distinguished_name
|
|
x509_extensions = v3_req
|
|
req_extensions = v3_req
|
|
prompt = no
|
|
|
|
dirstring_type = nobmp
|
|
|
|
[ req_distinguished_name ]
|
|
C = DE
|
|
ST = Nordrhein Westfalen
|
|
L = Bochum
|
|
O = Edgeless Systems GmbH
|
|
CN = Constellation Testing PCA 2022
|
|
|
|
[ v3_req ]
|
|
subjectKeyIdentifier = hash
|
|
basicConstraints = critical,CA:true
|
|
keyUsage = digitalSignature,keyCertSign,cRLSign
|