Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_protocols
 - ssl_protocols ???;
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ciphers
 - ssl_ciphers '???';
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ecdh_curve
 - ssl_ecdh_curve ???;
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_prefer_server_ciphers
 - ssl_prefer_server_ciphers on;
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_dhparam
 - ssl_dhparam ???;
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_session_cache
 - ssl_session_cache ???;
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_session_timeout
 - ssl_session_timeout ???;
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_session_tickets
 - ssl_session_tickets off;
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling
 - ssl_stapling on;
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_verify
 - ssl_stapling_verify on;
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_verify_client
 - ssl_verify_client on;
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_client_certificate
 - ssl_client_certificate ???;
 - # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_trusted_certificate
 - ssl_trusted_certificate ???;
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment