We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 239782f + 56ea5e3 commit 84390a2Copy full SHA for 84390a2
content/ja/docs/concepts/cluster-administration/certificates.md
@@ -105,7 +105,7 @@ weight: 20
105
106
openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key \
107
-CAcreateserial -out server.crt -days 10000 \
108
- -extensions v3_ext -extfile csr.conf
+ -extensions v3_ext -extfile csr.conf -sha256
109
1. 証明書を表示します。
110
111
openssl x509 -noout -text -in ./server.crt
0 commit comments