From 2a25de3a78dcdaa01c635ad7ef66fa14402c2cc8 Mon Sep 17 00:00:00 2001 From: santadasu Date: Wed, 30 Sep 2020 15:47:08 -0700 Subject: [PATCH] Update certificate-signing-requests.md Reworded the sentence for easy comprehension. --- .../access-authn-authz/certificate-signing-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/certificate-signing-requests.md b/content/en/docs/reference/access-authn-authz/certificate-signing-requests.md index 0ed039f40e..b497cfddaf 100644 --- a/content/en/docs/reference/access-authn-authz/certificate-signing-requests.md +++ b/content/en/docs/reference/access-authn-authz/certificate-signing-requests.md @@ -227,7 +227,7 @@ rules: ## Normal User -There are a few steps are required in order to get normal user to be able to authenticate and invoke API. First, this user must have certificate issued by the Kubernetes Cluster, and then present that Certificate into the API call as the Certificate Header, or through the kubectl. +A few steps are required in order to get normal user to be able to authenticate and invoke an API. First, this user must have certificate issued by the Kubernetes Cluster, and then present that Certificate to the API call as the Certificate Header or through the kubectl. ### Create Private Key