blob: 2ada30b7c79f646eb2855f6c5eb0750c0af21fcc [file] [log] [blame]
Jake Farrellb95b0ff2012-03-22 21:49:10 +00001[ req ]
2default_bits = 2048
3default_keyfile = server-private-key.pem
4distinguished_name = req_distinguished_name
5x509_extensions = v3_ca
6prompt = no
7
8[ req_distinguished_name ]
9CN = localhost
10
11[ v3_ca ]
12# Add ::1 to the list of allowed IPs so we can use ::1 to explicitly connect
13# to localhost via IPv6.
14subjectAltName = IP:::1