Skip to content

Commit 2c6ba2c

Browse files
committed
address PR comments
1 parent 97850ed commit 2c6ba2c

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
@@ -240,7 +240,7 @@ openssl req -new -key john.key -out john.csr
240240
241241
### Create Certificate Request Kubernetes Object
242242
243-
Create a CertificateSigningRequest and submit it to a Kubernetes Cluster via kubectl. Below is a script to generate the certificate.
243+
Create a CertificateSigningRequest and submit it to a Kubernetes Cluster via kubectl. Below is a script to generate the CertificateSigningRequest.
244244
245245
```
246246
cat <<EOF | kubectl apply -f -
@@ -283,7 +283,7 @@ Retrieve the Certificate from the CSR.
283283
kubectl get csr/john -o yaml
284284
```
285285
286-
The Certificate value is in encrypted with Base64 format under status.certificate.
286+
The Certificate value is in Base64-encoded format under status.certificate.
287287
288288
### Create Role and Role Binding
289289

0 commit comments

Comments
 (0)