23 lines
No EOL
414 B
Text
23 lines
No EOL
414 B
Text
[req]
|
|
distinguished_name = req_distinguished_name
|
|
req_extensions = v3_req
|
|
prompt = no
|
|
|
|
[req_distinguished_name]
|
|
C = US
|
|
ST = State
|
|
L = City
|
|
O = Organization
|
|
OU = IT
|
|
CN = YOUR_ACTUAL_IP_ADDRESS
|
|
|
|
[v3_req]
|
|
keyUsage = keyEncipherment, dataEncipherment
|
|
extendedKeyUsage = serverAuth
|
|
subjectAltName = @alt_names
|
|
|
|
[alt_names]
|
|
DNS.1 = YOUR_ACTUAL_IP_ADDRESS
|
|
DNS.2 = localhost
|
|
IP.1 = YOUR_ACTUAL_IP_ADDRESS
|
|
IP.2 = 127.0.0.1 |