From 60e7437a605a718db5e8074cf4d639ca95b2dd3e 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 ad5d738863fa1e..685ec3d5731358 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