1 # DO NOT EDIT - This file is being maintained by Chef
3 SSLProtocol All -SSLv2 -SSLv3
6 SSLCipherSuite <%= node[:ssl][:ciphers] %>
7 <% if node[:lsb][:release].to_f < 16.04 -%>
9 SSLCertificateChainFile /etc/ssl/certs/letsencrypt.pem
13 SSLStaplingResponderTimeout 5
14 SSLStaplingErrorCacheTimeout 60
15 SSLStaplingReturnResponderErrors off
16 SSLStaplingFakeTryLater off
17 SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_ocspcache(512000)
18 <% if node[:ssl][:strict_transport_security] -%>
20 Header setifempty Strict-Transport-Security "<%= node[:ssl][:strict_transport_security] %>" env=HTTPS