Merge pull request #38379 from Arhell/ja-doc

[ja] Document generating SHA256 CA certificate
pull/38428/head
Kubernetes Prow Robot 2022-12-12 06:05:36 -08:00 committed by GitHub
commit 84390a2f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ weight: 20
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. 証明書を表示します。
openssl x509 -noout -text -in ./server.crt