Skip to content

Commit fb4475f

Browse files
authored
Merge pull request #38343 from Arhell/it-doc
[it] Document generating SHA256 CA certificate
2 parents f750884 + 2036486 commit fb4475f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/it/docs/concepts/cluster-administration/certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ manualmente tramite `easyrsa`, `openssl` o `cfssl`.
115115

116116
openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key \
117117
-CAcreateserial -out server.crt -days 10000 \
118-
-extensions v3_ext -extfile csr.conf
118+
-extensions v3_ext -extfile csr.conf -sha256
119119
1. Visualizza il certificato:
120120

121121
openssl x509 -noout -text -in ./server.crt

0 commit comments

Comments
 (0)