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 SSLStaplingReturnResponderErrors off
15 SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_ocspcache(512000)