Skip to content
Snippets Groups Projects
Commit 5b1b74e7 authored by malavolti's avatar malavolti
Browse files

Fixed 'all' with 'All'

parent 882a2a18
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ class shib2common::prerequisites( ...@@ -97,7 +97,7 @@ class shib2common::prerequisites(
ssl_cert => "${shib2common::certificate::cert_directory}/cert-server.pem", ssl_cert => "${shib2common::certificate::cert_directory}/cert-server.pem",
ssl_key => "${shib2common::certificate::cert_directory}/key-server.pem", ssl_key => "${shib2common::certificate::cert_directory}/key-server.pem",
ssl_chain => "${shib2common::certificate::cert_directory}/Terena-chain.pem", ssl_chain => "${shib2common::certificate::cert_directory}/Terena-chain.pem",
ssl_protocol => 'all -SSLv2 -SSLv3', ssl_protocol => 'All -SSLv2 -SSLv3',
add_listen => true, add_listen => true,
error_log => true, error_log => true,
error_log_file => 'error.log', error_log_file => 'error.log',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment