You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -823,6 +823,7 @@ Installs Apache SSL capabilities and uses the ssl.conf.erb template. These are t
823
823
ssl_compression => false,
824
824
ssl_cryptodevice => 'builtin',
825
825
ssl_options => [ 'StdEnvVars' ],
826
+
ssl_openssl_conf_cmd => undef,
826
827
ssl_cipher => 'HIGH:MEDIUM:!aNULL:!MD5',
827
828
ssl_honorcipherorder => 'On',
828
829
ssl_protocol => [ 'all', '-SSLv2', '-SSLv3' ],
@@ -2251,6 +2252,10 @@ An array:
2251
2252
}
2252
2253
```
2253
2254
2255
+
#####`ssl_openssl_conf_cmd`
2256
+
2257
+
Sets the [SSLOpenSSLConfCmd](http://httpd.apache.org/docs/current/mod/mod_ssl.html#sslopensslconfcmd) directive, which provides direct configuration of OpenSSL parameters. Defaults to 'undef'.
2258
+
2254
2259
#####`ssl_proxyengine`
2255
2260
2256
2261
Specifies whether or not to use [SSLProxyEngine](http://httpd.apache.org/docs/current/mod/mod_ssl.html#sslproxyengine). Valid values are 'true' and 'false'. Defaults to 'false'.
0 commit comments