-
Notifications
You must be signed in to change notification settings - Fork 282
Expand file tree
/
Copy pathclient.config
More file actions
45 lines (39 loc) · 1.06 KB
/
client.config
File metadata and controls
45 lines (39 loc) · 1.06 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
[ req ]
default_bits = 2048
distinguished_name = dn
x509_extensions = client_ext
req_extensions = client_ext
extensions = client_ext
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 Computing Inc.
commonName = client.wholesomecomputing.com
emailAddress = support@wholesomecomputing.com
[ client_ext ]
basicConstraints = CA:FALSE
subjectAltName = @alt_names
subjectKeyIdentifier = hash
[ alt_names ]
DNS.1 = *.wholesomecomputing.com