You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
329 B
Plaintext
8 lines
329 B
Plaintext
7 years ago
|
ssl_protocols TLSv1.1 TLSv1.2;
|
||
7 years ago
|
ssl_ciphers 'ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384';
|
||
7 years ago
|
ssl_prefer_server_ciphers on;
|
||
7 years ago
|
ssl_session_timeout 10m;
|
||
7 years ago
|
ssl_certificate {{ TLS[0] }};
|
||
|
ssl_certificate_key {{ TLS[1] }};
|
||
7 years ago
|
ssl_dhparam /certs/dhparam.pem;
|