small typo fix

Just found a single letter typo
This commit is contained in:
Steven Pousty 2021-11-01 20:48:25 -07:00 committed by GitHub
parent 243bb708b0
commit 3e009e3d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 CA. The certificate contains the public key, some details describing the
cert itself, and a digital signature from the CA. cert itself, and a digital signature from the CA.
* **request**: Certificate Request (optionally 'req'.) This is a request for a * **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 desired cert information along with a digital signature from the private
key. key.
* **keypair**: A keypair is an asymmetric cryptographic pair of keys. These * **keypair**: A keypair is an asymmetric cryptographic pair of keys. These