Skip to content

Commit 263a31e

Browse files
authored
Merge pull request #41773 from asa3311/sync-certificate-signing-requests
[zh-cn] sync certificate-signing-requests
2 parents e0b9f0f + e72492d commit 263a31e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/reference/access-authn-authz/certificate-signing-requests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Kubernetes 提供了内置的签名者,每个签名者都有一个众所周知
360360
1. Permitted subjects - organizations are exactly `["system:nodes"]`, common name starts with "`system:node:`".
361361
1. Permitted x509 extensions - honors key usage and DNSName/IPAddress subjectAltName extensions, forbids EmailAddress and
362362
URI subjectAltName extensions, drops other extensions. At least one DNS or IP subjectAltName must be present.
363-
1. Permitted key usages - `["key encipherment", "digital signature", "client auth"]` or `["digital signature", "client auth"]`.
363+
1. Permitted key usages - `["key encipherment", "digital signature", "server auth"]` or `["digital signature", "server auth"]`.
364364
1. Expiration/certificate lifetime - for the kube-controller-manager implementation of this signer, set to the minimum
365365
of the `--cluster-signing-duration` option or, if specified, the `spec.expirationSeconds` field of the CSR object.
366366
1. CA bit allowed/disallowed - not allowed.
@@ -372,8 +372,8 @@ Kubernetes 提供了内置的签名者,每个签名者都有一个众所周知
372372
1. 许可的 x509 扩展:允许 key usage、DNSName/IPAddress subjectAltName 等扩展,
373373
禁止 EmailAddress、URI subjectAltName 等扩展,并丢弃其他扩展。
374374
至少有一个 DNS 或 IP 的 SubjectAltName 存在。
375-
1. 许可的密钥用途:`["key encipherment", "digital signature", "client auth"]`
376-
`["digital signature", "client auth"]`
375+
1. 许可的密钥用途:`["key encipherment", "digital signature", "server auth"]`
376+
`["digital signature", "server auth"]`
377377
1. 过期时间/证书有效期:对于 kube-controller-manager 实现的签名者,
378378
设置为 `--cluster-signing-duration` 选项和 CSR 对象的 `spec.expirationSeconds` 字段(如有设置该字段)中的最小值。
379379
1. 允许/不允许 CA 位:不允许。

0 commit comments

Comments
 (0)