File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ openssl req -new -key john.key -out john.csr
240
240
241
241
### Create Certificate Request Kubernetes Object
242
242
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 .
244
244
245
245
```
246
246
cat <<EOF | kubectl apply -f -
@@ -283,7 +283,7 @@ Retrieve the Certificate from the CSR.
283
283
kubectl get csr/john -o yaml
284
284
```
285
285
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.
287
287
288
288
### Create Role and Role Binding
289
289
You can’t perform that action at this time.
0 commit comments