Update content/en/docs/reference/access-authn-authz/certificate-signing-requests.md

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
pull/25735/head
Mike Patterson 2021-03-17 15:15:34 -07:00 committed by GitHub
parent 67a342aae3
commit 1c237dabfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ Export the issued certificate from the CertificateSigningRequest.
This example assumes the key and certificate files are located at "/home/vagrant/work/".
```
kubectl get csr john -o jsonpath='{.status.certificate}'| base64 -d > /home/vagrant/work/john.crt
kubectl get csr john -o jsonpath='{.status.certificate}'| base64 -d > john.crt
```
### Create Role and RoleBinding