saltstack-formulas/apache-formula

Configure ssl.conf parameters

Closed this issue · 2 comments

It would be nice to be able to control the following parameters via the pillars for mod_ssl (defaults are from debian stretch) :

    SSLCipherSuite: 'HIGH:!aNULL'
    SSLHonorCipherOrder: 'Off'
    SSLProtocol: 'all -SSLv3'
alxwr commented

@arthurlogilab I just thought the same. Then I came along your ticket. :-)
I'll implement that one.

It will be an opt-in in order to prevent breaking present setups.

alxwr commented

@arthurlogilab #211 should solve this issue.