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.
2 parents 62f26c6 + 900ee5c commit 12d5a34Copy full SHA for 12d5a34
content/zh/docs/concepts/cluster-administration/certificates.md
@@ -198,7 +198,7 @@ manually through `easyrsa`, `openssl` or `cfssl`.
198
1. 创建用于生成证书签名请求(CSR)的配置文件。
199
确保在将其保存至文件(如 `csr.conf`)之前将尖括号标记的值(如 `<MASTER_IP>`)
200
替换为你想使用的真实值。 注意:`MASTER_CLUSTER_IP` 是前面小节中描述的 API 服务器的服务集群 IP
201
- (service cluster IP)。 下面的示例也假设用户使用 `cluster.local` 作为默认的 DNS 域名。
+ (service cluster IP)。 下面的示例也假设用户使用 `cluster.local` 作为默认的 DNS 域名。
202
203
```
204
[ req ]
@@ -259,7 +259,7 @@ manually through `easyrsa`, `openssl` or `cfssl`.
259
<!--
260
Finally, add the same parameters into the API server start parameters.
261
-->
262
-最后,添加同样的参数到 API 服务器的启动参数中。
+最后,添加同样的参数到 API 服务器的启动参数中。
263
264
### cfssl
265
0 commit comments