Update content/en/docs/reference/access-authn-authz/certificate-signing-requests.md
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
This commit is contained in:
@@ -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/".
|
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
|
### Create Role and RoleBinding
|
||||||
|
|||||||
Reference in New Issue
Block a user