-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathopenssl.cnf
More file actions
26 lines (23 loc) · 722 Bytes
/
Copy pathopenssl.cnf
File metadata and controls
26 lines (23 loc) · 722 Bytes
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
[req]
distinguished_name = req_distinguished_name
req_extensions = v3_req
[req_distinguished_name]
countryName = Country Name (2 letter code)
countryName_default = US
stateOrProvinceName = State or Province Name (full name)
stateOrProvinceName_default = XX
localityName = Locality Name (eg, city)
localityName_default = Test
organizationalUnitName = Organizational Unit Name (eg, section)
organizationalUnitName_default = TestOrg
commonName = Common Name
commonName_default = testbox
commonName_max = 64
[ v3_req ]
# Extensions to add to a certificate request
basicConstraints = CA:FALSE
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = foo
DNS.2 = localhost