We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa4010 commit 11988b0Copy full SHA for 11988b0
doc/api/tls.md
@@ -16,7 +16,8 @@ const tls = require('tls');
16
17
## TLS/SSL concepts
18
19
-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
20
+enable secure communication between a client and a server. For most common
21
cases, each server must have a _private key_.
22
23
Private keys can be generated in multiple ways. The example below illustrates
0 commit comments