File: gencerts.cnf

package info (click to toggle)
ell 0.82-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,388 kB
  • sloc: ansic: 61,555; sh: 5,450; makefile: 575
file content (30 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[ req ]
distinguished_name = req_distinguished_name

[ req_distinguished_name ]

[ ca_ext ]
basicConstraints = CA:TRUE,pathlen:0
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always

[ int_ext ]
basicConstraints = CA:TRUE
subjectKeyIdentifier = hash

[ cert_ext ]
basicConstraints = CA:FALSE
subjectKeyIdentifier = hash

[ server_ext ]
basicConstraints = CA:FALSE
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always
subjectAltName = DNS:foo.int.example,DNS:foo.int.com

[ ca_no_akid_ext ]
basicConstraints = CA:TRUE

[ no_keyid_ext ]
basicConstraints = CA:FALSE
authorityKeyIdentifier = issuer:always