From c81b7b059f614a6c43ad6a6907b1a740b783fbfd Mon Sep 17 00:00:00 2001 From: hrtarsia <89439116+hrtarsia@users.noreply.github.com> Date: Mon, 22 Apr 2024 03:38:35 -0400 Subject: [PATCH] Fix grammar in certificates.txt CLA: trivial Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24238) --- doc/HOWTO/certificates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HOWTO/certificates.txt b/doc/HOWTO/certificates.txt index 78ab97b4192..54704bcf05b 100644 --- a/doc/HOWTO/certificates.txt +++ b/doc/HOWTO/certificates.txt @@ -48,7 +48,7 @@ give you the result back, thus making it authentic according to their policies). A certificate request is sent to a certificate authority to get it signed into a certificate. You can also sign the certificate yourself if you have your own certificate authority or create a -self-signed certificate (typically for testing purpose). +self-signed certificate (typically for testing purposes). The certificate request is created like this: -- 2.47.2