Skip to content

Commit 707d369

Browse files
committed
Append triple backticks with shell for code snippet
1 parent ddb9406 commit 707d369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ The certificate value is in Base64-encoded format under `status.certificate`.
268268

269269
Export the issued certificate from the CertificateSigningRequest.
270270

271-
```
271+
```shell
272272
kubectl get csr myuser -o jsonpath='{.status.certificate}'| base64 -d > myuser.crt
273273
```
274274

0 commit comments

Comments
 (0)