doc: fix typo secureOptions in tls

Documentation mentioned 'securityOptions', where it should have read
'secureOptions'.

Fixes #8608.

Signed-off-by: Julien Gilli <julien.gilli@joyent.com>
pull/23395/head
silverwind 2014-10-24 05:56:07 +02:00 committed by Julien Gilli
parent 1c031c84d2
commit d230fa9eb7
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ and SSLv2 by setting the `secureOptions` to be
`SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2` (again, unless you have passed `SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2` (again, unless you have passed
`--enable-ssl3`, or `--enable-ssl2`, or `SSLv3_method` as `secureProtocol`). `--enable-ssl3`, or `--enable-ssl2`, or `SSLv3_method` as `secureProtocol`).
If you have set `securityOptions` to anything, we will not override your If you have set `secureOptions` to anything, we will not override your
options. options.
The ramifications of this behavior change: The ramifications of this behavior change: