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
This commit is contained in:
Emily N
2018-07-19 08:55:42 +10:00
committed by k8s-ci-robot
parent 2c50177af5
commit fd37837488
@@ -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