1 # DO NOT EDIT - This file is being maintained by Chef
 
   3 SSLProtocol All -SSLv2 -SSLv3
 
   6 SSLCipherSuite <%= node[:ssl][:ciphers] -%>
 
   8 SSLCertificateFile /etc/ssl/certs/<%= @certificate %>.pem
 
   9 SSLCertificateKeyFile /etc/ssl/private/<%= @certificate %>.key
 
  10 SSLCertificateChainFile /etc/ssl/certs/<%= @certificate_chain %>.pem
 
  11 <% if node[:lsb][:release].to_f >= 14.04 -%>
 
  14 SSLStaplingResponderTimeout 5
 
  15 SSLStaplingReturnResponderErrors off
 
  16 SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_ocspcache(512000)