Skip to content

Commit cab6e71

Browse files
committed
Fix typo in certificates page
1 parent 7ef7a39 commit cab6e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ manually through `easyrsa`, `openssl` or `cfssl`.
170170
<!--
171171
1. Generate the server certificate using the ca.key, ca.crt and server.csr:
172172
-->
173-
1. 基于 ca.key、ca.key 和 server.csr 等三个文件生成服务端证书:
173+
1. 基于 ca.key、ca.crt 和 server.csr 等三个文件生成服务端证书:
174174

175175
openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key \
176176
-CAcreateserial -out server.crt -days 10000 \

0 commit comments

Comments
 (0)