Skip to content

Commit 12d5a34

Browse files
authored
Merge pull request #23624 from fancc/certificate
fix some format errors of Certificates
2 parents 62f26c6 + 900ee5c commit 12d5a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ manually through `easyrsa`, `openssl` or `cfssl`.
198198
1. 创建用于生成证书签名请求(CSR)的配置文件。
199199
确保在将其保存至文件(如 `csr.conf`)之前将尖括号标记的值(如 `<MASTER_IP>`
200200
替换为你想使用的真实值。 注意:`MASTER_CLUSTER_IP` 是前面小节中描述的 API 服务器的服务集群 IP
201-
(service cluster IP)。 下面的示例也假设用户使用 `cluster.local` 作为默认的 DNS 域名。
201+
service cluster IP。 下面的示例也假设用户使用 `cluster.local` 作为默认的 DNS 域名。
202202

203203
```
204204
[ req ]
@@ -259,7 +259,7 @@ manually through `easyrsa`, `openssl` or `cfssl`.
259259
<!--
260260
Finally, add the same parameters into the API server start parameters.
261261
-->
262-
最后,添加同样的参数到 API 服务器的启动参数中。
262+
最后,添加同样的参数到 API 服务器的启动参数中。
263263

264264
### cfssl
265265

0 commit comments

Comments
 (0)