Skip to content

Commit

Permalink
doc: improve TLS/SSL introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Jan 22, 2022
1 parent 5aa4010 commit 11988b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11988b0

Please sign in to comment.