theforeman / puppet-pulp

Puppet module for setting up Pulp 2 as part of Katello installation
GNU General Public License v3.0
16 stars 66 forks source link

Drop default ssl_protocol and pass it to crane #378

Closed ekohl closed 4 years ago

ekohl commented 4 years ago

When enabling crane from the main class, the certificates are already matched. When the user has passed ssl_protocol to tighten the ciphers, they can also be passed to crane.

This also changes the default to undef which means the Apache default is used. This allows hardening the entire server without setting it for all separate vhosts.

evgeni commented 4 years ago
expected that the catalogue would contain Apache::Vhost[pulp-https] with ssl_protocol set to ["all", "-SSLv2", "-SSLv3"] but it is set to [nil]

;-)

ekohl commented 4 years ago

Updated and :green_apple: now