Merge "Disallow SSLv2, SSLv3 and TLS1.0 in httpd for FedRAMP compliance."

This commit is contained in:
Zuul 2018-04-20 13:59:45 +00:00 committed by Gerrit Code Review
commit 9adbefc722
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ outputs:
-
generate_service_certificates: true
apache::mod::ssl::ssl_ca: {get_param: InternalTLSCAFile}
apache::mod::ssl::ssl_protocol: ['all', '-SSLv2', '-SSLv3', '-TLSv1']
tripleo::certmonger::apache_dirs::certificate_dir: '/etc/pki/tls/certs/httpd'
tripleo::certmonger::apache_dirs::key_dir: '/etc/pki/tls/private/httpd'
apache_certificates_specs: