# DO NOT EDIT - This file is being maintained by Chef
+SSLProtocol All -SSLv2 -SSLv3
+
SSLHonorCipherOrder On
SSLCipherSuite aRSA+HIGH:+kEDH:+kRSA:!kSRP:!kPSK:+3DES:!MD5
<% if node[:lsb][:release].to_f >= 14.04 -%>
SSLUseStapling On
+SSLStaplingResponderTimeout 5
+SSLStaplingReturnResponderErrors off
SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_ocspcache(512000)
<% end -%>