git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/x509.cnf
blob: cc62c72700cacce944d40f40f065cd751e0131cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[ req ]
default_bits = 4096
distinguished_name = req_distinguished_name
prompt = no
string_mask = utf8only
x509_extensions = myexts

[ req_distinguished_name ]
C = DE
ST = BW
L = Mannheim
O = Diringer & Scheidel GmbH & Co. KG
CN = Harald Pfeiffer
emailAddress = harald.pfeiffer@dus.de

[ myexts ]
basicConstraints=critical,CA:FALSE
keyUsage=digitalSignature
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid