[ja] Document generating SHA256 CA certificate

pull/38379/head
Arhell 2022-12-10 12:52:09 +02:00
parent 0b0c6a813a
commit 56ea5e3b3c
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