21 lines
308 B
Plaintext
21 lines
308 B
Plaintext
|
|
[req]
|
||
|
|
distinguished_name = req_distinguished_name
|
||
|
|
req_extensions = v3_req
|
||
|
|
prompt = no
|
||
|
|
|
||
|
|
[req_distinguished_name]
|
||
|
|
C = TT
|
||
|
|
ST = Port-of-Spain
|
||
|
|
L = St.
|
||
|
|
O = Ministry
|
||
|
|
OU = ICT
|
||
|
|
CN = localhost
|
||
|
|
emailAddress = sheldon.johnson@gov.tt
|
||
|
|
|
||
|
|
[v3_req]
|
||
|
|
subjectAltName = @alt_names
|
||
|
|
|
||
|
|
[alt_names]
|
||
|
|
DNS.1 = localhost
|
||
|
|
IP.1 = 127.0.0.1
|