X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/842193c1cb41f57515bb785120c61882eac99de4..8f6bf8b7cd2909565909a6f817426a3f6c8c0d80:/cookbooks/nginx/templates/default/nginx.conf.erb diff --git a/cookbooks/nginx/templates/default/nginx.conf.erb b/cookbooks/nginx/templates/default/nginx.conf.erb index ae0d8bd41..e5969ce45 100644 --- a/cookbooks/nginx/templates/default/nginx.conf.erb +++ b/cookbooks/nginx/templates/default/nginx.conf.erb @@ -34,11 +34,12 @@ http { server_tokens off; - ssl_protocols TLSv1 TLSv1.1 TLSv1.2; + ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; ssl_ciphers <%= node[:ssl][:openssl_ciphers] -%>; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:50m; ssl_session_timeout 30m; + ssl_stapling on; # Validate the stapling response is signed by a trusted certificate