Merge pull request #31728 from tengqm/zh-fix-certificates

Fix typo in certificates page
pull/31775/head
Kubernetes Prow Robot 2022-02-17 05:41:37 -08:00 committed by GitHub
commit 4cc1994da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ manually through `easyrsa`, `openssl` or `cfssl`.
<!--
1. Generate the server certificate using the ca.key, ca.crt and server.csr:
-->
1. 基于 ca.key、ca.key 和 server.csr 等三个文件生成服务端证书:
1. 基于 ca.key、ca.crt 和 server.csr 等三个文件生成服务端证书:
openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key \
-CAcreateserial -out server.crt -days 10000 \