Merge pull request #37019 from prabhakar-oracle/patch-1

Document generating SHA256 CA certificate
pull/37041/head
Kubernetes Prow Robot 2022-09-27 05:13:51 -07:00 committed by GitHub
commit b38e3e12de
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: