From cb84918595c105e5ba9e1b66d73e5edb2a0d8dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 16 Jan 2022 04:51:23 +0100 Subject: [PATCH] doc: do not reference SSL when discussing SNI Co-authored-by: Rich Trott PR-URL: https://github.com/nodejs/node/pull/41549 Reviewed-By: Rich Trott Reviewed-By: James M Snell --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index dfa7eb1d3fbb0e..de85421deb570b 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -115,7 +115,7 @@ SNI (Server Name Indication) are TLS handshake extensions: * ALPN: Allows the use of one TLS server for multiple protocols (HTTP, HTTP/2) * SNI: Allows the use of one TLS server for multiple hostnames with different - SSL certificates. + certificates. ### Pre-shared keys