refactor(CONFIG): update SSL configurations
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
#######
|
||||
### NGINX SSL configuration
|
||||
### Generated using the Mozilla SSL Configuration Generator
|
||||
### (https://ssl-config.mozilla.org)
|
||||
### 'Modern' profile for NGINX 1.17 with OpenSSL 1.1.1c HSTS optional
|
||||
### Last generated: October 16, 2019
|
||||
#######
|
||||
#
|
||||
# NGINX SSL configuration (https://ssl-config.mozilla.org)
|
||||
# 'Modern' profile for NGINX (TLS 1.3 only)
|
||||
# Generated: January 5, 2021
|
||||
#
|
||||
|
||||
# SSL certificates should be defined in the relevant server block
|
||||
|
||||
@@ -28,4 +26,4 @@ ssl_stapling_verify on;
|
||||
# verify chain of trust of OCSP response using Root CA and Intermediate certs
|
||||
ssl_trusted_certificate /certs/chain.pem;
|
||||
|
||||
# resolver should be specified in nginx.conf or in networking configuration
|
||||
# resolver should be specified in nginx.conf or in networking configuration
|
||||
Reference in New Issue
Block a user