StickingToGoals.com
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.
 
 
 
mygoals/protected/docs/etc/nginx/localhost.conf

49 lines
1.3 KiB

[req]
default_bits = 2048
default_keyfile = localhost.key
distinguished_name = req_distinguished_name
req_extensions = req_ext
x509_extensions = v3_ca
[req_distinguished_name]
countryName = Country Name (2 letter code)
countryName_default = US
stateOrProvinceName = State or Province Name (full name)
stateOrProvinceName_default = OK
localityName = Locality Name (eg, city)
localityName_default = Here
organizationName = Organization Name (eg, company)
organizationName_default = localhost
organizationalUnitName = organizationalunit
organizationalUnitName_default = Development
commonName = Website Domain
commonName_default = *.home.local
commonName_max = 64
[req_ext]
subjectAltName = @alt_names
[v3_ca]
subjectAltName = @alt_names
basicConstraints = critical, CA:false
keyUsage = digitalSignature, keyEncipherment
extendedKeyUsage = serverAuth
[alt_names]
DNS.1 = *.home.local
DNS.2 = home.local
DNS.3 = localhost
IP.1 = 127.0.0.1
IP.2 = 127.0.0.2
IP.3 = 127.0.0.3
IP.4 = 127.0.0.4
IP.5 = 127.0.0.5
IP.6 = 127.0.0.6
IP.7 = 127.0.0.7
IP.8 = 127.0.0.8
IP.9 = 127.0.0.9
IP.10 = 127.0.0.10
IP.11 = 127.0.0.11
IP.12 = 127.0.0.12
IP.13 = 127.0.0.13