From d3c216fedc4ad6a186d38e057f6fcbba8dfd1553 Mon Sep 17 00:00:00 2001 From: Johannes Liebermann Date: Wed, 7 Aug 2019 23:53:20 +0200 Subject: [PATCH] Fix typo in authentication.md (#15721) Change "certificates authorities" to "certificate authorities". --- content/en/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index 54330b0a79..62cc906e23 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -71,7 +71,7 @@ can be accomplished using an [authenticating proxy](#authenticating-proxy) or th ### X509 Client Certs Client certificate authentication is enabled by passing the `--client-ca-file=SOMEFILE` -option to API server. The referenced file must contain one or more certificates authorities +option to API server. The referenced file must contain one or more certificate authorities to use to validate client certificates presented to the API server. If a client certificate is presented and verified, the common name of the subject is used as the user name for the request. As of Kubernetes 1.4, client certificates can also indicate a user's group memberships