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.
1 parent 5b43bb8 commit acb7721Copy full SHA for acb7721
content/ru/docs/tasks/administer-cluster/certificates.md
@@ -128,7 +128,7 @@ weight: 20
128
```shell
129
openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key \
130
-CAcreateserial -out server.crt -days 10000 \
131
- -extensions v3_ext -extfile csr.conf
+ -extensions v3_ext -extfile csr.conf -sha256
132
```
133
134
1. Используйте следующую команду, чтобы просмотреть запрос на подписание сертификата:
0 commit comments