summaryrefslogtreecommitdiff
path: root/docs/man/nng_ws.7.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-11-08 21:11:21 -0800
committerGarrett D'Amore <garrett@damore.org>2018-11-08 21:11:21 -0800
commit46a383a1d27dee6052936fd80f565e06afdf6aac (patch)
tree896624b872dd93a095c60c8419b9112a62f3cee9 /docs/man/nng_ws.7.adoc
parente117175631c0a2810289c1c57a076de9c06a07c5 (diff)
downloadnng-46a383a1d27dee6052936fd80f565e06afdf6aac.tar.gz
nng-46a383a1d27dee6052936fd80f565e06afdf6aac.tar.bz2
nng-46a383a1d27dee6052936fd80f565e06afdf6aac.zip
More cleanup of options docs for TLS.
Diffstat (limited to 'docs/man/nng_ws.7.adoc')
-rw-r--r--docs/man/nng_ws.7.adoc6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/man/nng_ws.7.adoc b/docs/man/nng_ws.7.adoc
index 581da044..d5c7d40a 100644
--- a/docs/man/nng_ws.7.adoc
+++ b/docs/man/nng_ws.7.adoc
@@ -148,17 +148,11 @@ information.
(string) Write-only option naming a file containing the local certificate and
associated private key.
The private key used must be unencrypted.
-(Use the `NNG_OPT_TLS_CONFIG` option to access the underlying
-TLS configuration if more advanced configuration is needed.)
See `<<nng_tls_config_own_cert.3tls#,nng_tls_config_own_cert()>>` for more
information.
((`NNG_OPT_TLS_AUTH_MODE`))::
(`int`) Write-only option used to configure the authentication mode used.
-Must be one of
-`NNG_TLS_AUTH_MODE_NONE`,
-`NNG_TLS_AUTH_MODE_REQUIRED`, or
-`NNG_TLS_AUTH_MODE_OPTIONAL`.
See `<<nng_tls_config_auth_mode.3tls#,nng_tls_config_auth_mode()>>` for
more details.