forked from lopesivan/registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
daemon.cnf
34 lines (29 loc) · 965 Bytes
/
daemon.cnf
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
31
32
33
34
[ ca ]
default_ca = test_ca
[ test_ca ]
database = ca_certificates.db
default_md = default
policy = policy_any
serial = ca_serial.txt
[ policy_any ]
# Copied from example at http://www.openssl.org/docs/apps/ca.html
countryName = supplied
stateOrProvinceName = optional
organizationName = optional
organizationalUnitName = optional
commonName = supplied
emailAddress = optional
[ req ]
prompt = no
distinguished_name = req_distinguished_name
[ req_distinguished_name ]
countryName = us
stateOrProvinceName = New York
localityName = New York
0.organizationName = Example CA from Apress Media LLC
organizationalUnitName = Foundations of Python Network Programming 3rd Ed
commonName = registry.local
emailAddress = ca@example.com
[ v3_ca ]
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid:always,issuer