From fd37837488e9d6c72d8afc37f191d3741cc13e63 Mon Sep 17 00:00:00 2001 From: Emily N Date: Thu, 19 Jul 2018 08:55:42 +1000 Subject: [PATCH] The command to copy the decoded certificate to the server.crt (#9448) * The command to copy the decoded certificate to the server.crt * -D to --decode --- content/en/docs/tasks/tls/managing-tls-in-a-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/tls/managing-tls-in-a-cluster.md b/content/en/docs/tasks/tls/managing-tls-in-a-cluster.md index 60ccf8e0b6173..95249edd0a6dd 100644 --- a/content/en/docs/tasks/tls/managing-tls-in-a-cluster.md +++ b/content/en/docs/tasks/tls/managing-tls-in-a-cluster.md @@ -171,7 +171,7 @@ by running the following: ```console $ kubectl get csr my-svc.my-namespace -o jsonpath='{.status.certificate}' \ - | base64 -d > server.crt + | base64 --decode > server.crt ``` Now you can use `server.crt` and `server-key.pem` as the keypair to start