You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
692 B
25 lines
692 B
[req]
|
|
distinguished_name = req_distinguished_name
|
|
req_extensions = v3_req
|
|
|
|
[req_distinguished_name]
|
|
countryName = US
|
|
countryName_default = US
|
|
stateOrProvinceName = Pennsylvania
|
|
stateOrProvinceName_default = Pennsylvania
|
|
localityName = Pittsburgh
|
|
localityName_default = Pittsburgh
|
|
organizationalUnitName = DTP Technologies
|
|
organizationalUnitName_default = DTP Technologies
|
|
commonName = dev.newsroom.digitaltelepresence.com
|
|
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 = *.dev.newsroom.digitaltelepresence.com
|
|
DNS.2 = localhost
|
|
|