From 9703627d63bb70e3bfc07eb8d7bf8e78f77bf1a1 Mon Sep 17 00:00:00 2001 From: David Garske Date: Fri, 25 Mar 2022 10:33:52 -0700 Subject: [PATCH] Fix typo in certgen/README.md --- certgen/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/certgen/README.md b/certgen/README.md index 899354f8..14675466 100644 --- a/certgen/README.md +++ b/certgen/README.md @@ -296,6 +296,7 @@ IFgzC4A0idigADAKBggqhkjOPQQDAgNIADBFAiEAmJK6ZapcFw4NTjImNoBrpudZ -----END CERTIFICATE REQUEST----- (525) Saved CSR PEM to "ecc-csr.pem" +``` ``` % ./csr_cryptocb rsa @@ -364,7 +365,7 @@ make custom_ext_callback ./custom_ext_callback newCert.der ``` -For independent verfication of the presence of the extensions, you can +For independent verification of the presence of the extensions, you can pretty-print the certificates using `openssl`: ```