-
Notifications
You must be signed in to change notification settings - Fork 282
Expand file tree
/
Copy pathca.config
More file actions
46 lines (40 loc) · 1.08 KB
/
ca.config
File metadata and controls
46 lines (40 loc) · 1.08 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
[ req ]
default_bits = 2048
distinguished_name = dn
x509_extensions = san
req_extensions = san
extensions = san
prompt = no
[ ca ]
default_ca = ca_default
[ ca_default ]
private_key = root-ca-key.pem
certificate = root-ca.pem
new_certs_dir = new_certs
database = root-ca.index
default_md = sha256
serial = root-ca.serial
email_in_dn = no
default_days = 365
policy = policy
[ policy ]
countryName = optional
stateOrProvinceName = optional
localityName = optional
organizationName = optional
organizationalUnitName = optional
commonName = supplied
[ dn ]
countryName = US
stateOrProvinceName = CA
localityName = San Francisco
organizationName = Wholesome Certifications Inc.
commonName = wholesomecertifications.com
emailAddress = support@wholesomecertifications.com
[ san ]
basicConstraints = CA:TRUE
subjectAltName = @alt_names
subjectKeyIdentifier = hash
[ alt_names ]
DNS.1 = *.wholesomecertifications.com
DNS.2 = *.wholesomecerts.com