Skip to content

Commit

Permalink
The command to copy the decoded certificate to the server.crt
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyNamugaanyi authored Jul 10, 2018
1 parent 0e6210f commit 0104222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/tasks/tls/managing-tls-in-a-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -D > server.crt
```

Now you can use `server.crt` and `server-key.pem` as the keypair to start
Expand Down

0 comments on commit 0104222

Please sign in to comment.