Update certificates.md

This commit is contained in:
Prabhakar Palanivel 2022-09-25 17:44:18 +05:30 committed by GitHub
parent 4a45556f56
commit 0e4ad8a37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ manually through `easyrsa`, `openssl` or `cfssl`.
```shell
openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key \
-CAcreateserial -out server.crt -days 10000 \
-extensions v3_ext -extfile csr.conf
-extensions v3_ext -extfile csr.conf -sha256
```
1. View the certificate signing request: