From 11988b05afc0c3fb8f350be283be5516e654a65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 22 Jan 2022 15:42:46 +0100 Subject: [PATCH] doc: improve TLS/SSL introduction --- doc/api/tls.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index de85421deb570b..031f6718e62fbf 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -16,7 +16,8 @@ const tls = require('tls'); ## TLS/SSL concepts -The TLS/SSL is a public/private key infrastructure (PKI). For most common +TLS/SSL is a set of protocols that rely on a public key infrastructure (PKI) to +enable secure communication between a client and a server. For most common cases, each server must have a _private key_. Private keys can be generated in multiple ways. The example below illustrates