Data protection
NGINX
Install and configure OpenSSL Engine
1min
For NGINX, you must also add the following code to your OpenSSL configuration file, setting the IP.1 define to your NGINX server IP address.
[ v3_leaf ]
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid:always,issuer
basicConstraints = critical,CA:false
keyUsage = digitalSignature, keyEncipherment, dataEncipherment, keyAgreement, nonRepudiation
extendedKeyUsage = serverAuth, clientAuth
subjectAltName = @alt_names
[alt_names]
DNS.1 = SUBJECTALTNAME
IP.1 = NGINX server IP
Updated 09 Dec 2024
Did this page help you?