Update content/en/docs/reference/access-authn-authz/certificate-signing-requests.md
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>pull/25735/head
parent
67a342aae3
commit
1c237dabfa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue