From 3e009e3d7a6bb6225e8d9c9badd2b841e6b8b385 Mon Sep 17 00:00:00 2001 From: Steven Pousty Date: Mon, 1 Nov 2021 20:48:25 -0700 Subject: [PATCH] small typo fix Just found a single letter typo --- doc/Intro-To-PKI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Intro-To-PKI.md b/doc/Intro-To-PKI.md index ea56629..00bb031 100644 --- a/doc/Intro-To-PKI.md +++ b/doc/Intro-To-PKI.md @@ -18,7 +18,7 @@ documentation. Short forms may be substituted for longer forms as convenient. CA. The certificate contains the public key, some details describing the cert itself, and a digital signature from the CA. * **request**: Certificate Request (optionally 'req'.) This is a request for a - certificate that is then send to a CA for signing. A request contains the + certificate that is then sent to a CA for signing. A request contains the desired cert information along with a digital signature from the private key. * **keypair**: A keypair is an asymmetric cryptographic pair of keys. These