From aa02404909e30d3bb7c88ea92b761af09360ea1a Mon Sep 17 00:00:00 2001 From: "calvin.house" Date: Sat, 28 Feb 2026 23:13:45 +0000 Subject: [PATCH] small grammar fix --- tls_docs/ca/certificate_signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tls_docs/ca/certificate_signing.md b/tls_docs/ca/certificate_signing.md index e9ec17e..63bb9cb 100644 --- a/tls_docs/ca/certificate_signing.md +++ b/tls_docs/ca/certificate_signing.md @@ -1,6 +1,6 @@ # Signing certificates for users and servers -Certificate Signing Requests (CSR) can for servers/user can be provided by the system owners or the users. This retains the privacy of the private key. The steps to create key, CSR, and certificate on the CA will be outlined here. If a CSR is provided, skip to the `Inspect the CSR` section. ***IT IS IMPORTANT TO INSPECT CSRs PROVIDED EXTERNALLY BEFORE SIGNING EVEN THOUGH THE CERTIFICATE CAN BE INSPECTED BEFORE SIGNING***. +Certificate Signing Requests (CSR) can for servers/user can be provided by the system owners or the users. This retains the privacy of the private key. The steps to create key, CSR, and certificate on the CA will be outlined here. If a CSR is provided, skip to the `Verify the CSR` section. ***IT IS IMPORTANT TO INSPECT CSRs PROVIDED EXTERNALLY BEFORE SIGNING EVEN THOUGH THE CERTIFICATE CAN BE INSPECTED BEFORE SIGNING***. ### Generate the key (the -aes256 can be omitted to not require a password) ```