Merge pull request #308 from dgarske/cleanup

pull/310/head
Anthony Hu 2022-03-25 14:03:36 -04:00 committed by GitHub
commit 4108737d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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`:
```