aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_server_set_tls.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_server_set_tls.3http.adoc')
-rw-r--r--docs/man/nng_http_server_set_tls.3http.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/nng_http_server_set_tls.3http.adoc b/docs/man/nng_http_server_set_tls.3http.adoc
index 2b200653..25d26fa5 100644
--- a/docs/man/nng_http_server_set_tls.3http.adoc
+++ b/docs/man/nng_http_server_set_tls.3http.adoc
@@ -31,14 +31,14 @@ _cfg_.
This change overwrites any previous TLS configuration.
IMPORTANT: This also invalidates any previously obtained values from
-<<nng_http_server_get_tls.3http#,`nng_http_server_get_tls()`>>.
+`<<nng_http_server_get_tls.3http#,nng_http_server_get_tls()>>`.
If the server is already running (i.e. it has been started with
-<<nng_http_server_start.3http#,`nng_http_server_start()`>>) then this will
+`<<nng_http_server_start.3http#,nng_http_server_start()>>`) then this will
fail with `NNG_EBUSY`.
TIP: Generally, the _cfg_ must have a configured private key, set with
-<<nng_tls_config_own_cert.3tls#,`nng_tls_config_own_cert()`>> or similar.
+`<<nng_tls_config_own_cert.3tls#,nng_tls_config_own_cert()>>` or similar.
== RETURN VALUES