Merge pull request #37403 from Gentleelephant/patch-1

Update authentication.md
pull/37407/head
Kubernetes Prow Robot 2022-10-19 20:54:56 -07:00 committed by GitHub
commit d79d849673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ For example, using the `openssl` command line tool to generate a certificate sig
如果提供了客户端证书并且证书被验证通过,则 subject 中的公共名称Common Name
就被作为请求的用户名。
自 Kubernetes 1.4 开始,客户端证书还可以通过证书的 organization 字段标明用户的组成员信息。
要包含用户的多个组成员信息,可以在证书包含多个 organization 字段。
要包含用户的多个组成员信息,可以在证书包含多个 organization 字段。
例如,使用 `openssl` 命令行工具生成一个证书签名请求: