Skip to content

Commit b38e3e1

Browse files
authored
Merge pull request #37019 from prabhakar-oracle/patch-1
Document generating SHA256 CA certificate
2 parents 49b31ed + 0e4ad8a commit b38e3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ manually through `easyrsa`, `openssl` or `cfssl`.
140140
```shell
141141
openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key \
142142
-CAcreateserial -out server.crt -days 10000 \
143-
-extensions v3_ext -extfile csr.conf
143+
-extensions v3_ext -extfile csr.conf -sha256
144144
```
145145

146146
1. View the certificate signing request:

0 commit comments

Comments
 (0)