mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-02-14 10:19:52 +00:00
19 lines
518 B
INI
19 lines
518 B
INI
[ req ]
|
|
default_bits = 2048
|
|
default_keyfile = privatekey.pem
|
|
distinguished_name = req_distinguished_name
|
|
req_extensions = v3_req
|
|
prompt = no
|
|
|
|
[ req_distinguished_name ]
|
|
C = RO
|
|
ST = BU
|
|
L = Bucharest
|
|
O = Notary
|
|
CN = stefanprodan.com
|
|
|
|
[ v3_req ]
|
|
keyUsage = critical,digitalSignature
|
|
extendedKeyUsage = critical,codeSigning
|
|
#subjectKeyIdentifier = hash
|