Skip to content

Commit 11988b0

Browse files
committed
doc: improve TLS/SSL introduction
1 parent 5aa4010 commit 11988b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/tls.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ const tls = require('tls');
1616

1717
## TLS/SSL concepts
1818

19-
The TLS/SSL is a public/private key infrastructure (PKI). For most common
19+
TLS/SSL is a set of protocols that rely on a public key infrastructure (PKI) to
20+
enable secure communication between a client and a server. For most common
2021
cases, each server must have a _private key_.
2122

2223
Private keys can be generated in multiple ways. The example below illustrates

0 commit comments

Comments
 (0)