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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user