1 # DO NOT EDIT - This file is being maintained by Chef
3 SSLProtocol All -SSLv2 -SSLv3
6 SSLCipherSuite <%= node[:ssl][:openssl_ciphers] %>
9 SSLStaplingResponderTimeout 5
10 SSLStaplingErrorCacheTimeout 60
11 SSLStaplingReturnResponderErrors off
12 SSLStaplingFakeTryLater off
13 SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_ocspcache(512000)
15 Header always set Strict-Transport-Security "<%= node[:ssl][:strict_transport_security] %>" "expr=%{HTTPS} == 'on'"