Skip to content

Commit 7bdcd3d

Browse files
authored
Merge pull request #40968 from nnmin-aws/nnmin-dev
update certificate-signing-requests.md to reflect https://github.com/…
2 parents 884010d + 3577102 commit 7bdcd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Kubernetes provides built-in signers that each have a well-known `signerName`:
167167
is not distributed by any other means.
168168
1. Permitted subjects - organizations are exactly `["system:nodes"]`, common name starts with "`system:node:`".
169169
1. Permitted x509 extensions - honors key usage extensions, forbids subjectAltName extensions and drops other extensions.
170-
1. Permitted key usages - exactly `["key encipherment", "digital signature", "client auth"]`.
170+
1. Permitted key usages - `["key encipherment", "digital signature", "client auth"]` or `["digital signature", "client auth"]`.
171171
1. Expiration/certificate lifetime - for the kube-controller-manager implementation of this signer, set to the minimum
172172
of the `--cluster-signing-duration` option or, if specified, the `spec.expirationSeconds` field of the CSR object.
173173
1. CA bit allowed/disallowed - not allowed.
@@ -180,7 +180,7 @@ Kubernetes provides built-in signers that each have a well-known `signerName`:
180180
1. Permitted subjects - organizations are exactly `["system:nodes"]`, common name starts with "`system:node:`".
181181
1. Permitted x509 extensions - honors key usage and DNSName/IPAddress subjectAltName extensions, forbids EmailAddress and
182182
URI subjectAltName extensions, drops other extensions. At least one DNS or IP subjectAltName must be present.
183-
1. Permitted key usages - exactly `["key encipherment", "digital signature", "server auth"]`.
183+
1. Permitted key usages - `["key encipherment", "digital signature", "client auth"]` or `["digital signature", "client auth"]`.
184184
1. Expiration/certificate lifetime - for the kube-controller-manager implementation of this signer, set to the minimum
185185
of the `--cluster-signing-duration` option or, if specified, the `spec.expirationSeconds` field of the CSR object.
186186
1. CA bit allowed/disallowed - not allowed.

0 commit comments

Comments
 (0)