summarylogtreecommitdiffstats
path: root/openssl.cnf
blob: d3cc7c8fd9773309a5a8aad96eb64530a54883bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[ req ]
default_bits           = 2048
distinguished_name     = req_distinguished_name
req_extensions         = req_ext
x509_extensions        = v3_req
prompt                 = no

[ req_distinguished_name ]
countryName            = ZZ
stateOrProvinceName    = N/A
localityName           = N/A
organizationName       = Self-signed Certificate
commonName             = 127.0.0.1

[ req_ext ]
subjectAltName         = @alt_names

[v3_req]
subjectAltName         = @alt_names

[ alt_names ]
IP.1                   = 127.0.0.1