mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #92185 from erwinvaneyk/sample-server-fix-curl-readme
Fix curl instruction in the sample-apiserver README
This commit is contained in:
commit
537a602195
@ -186,7 +186,7 @@ only this superuser group is authorized.
|
||||
5. Use curl to access the server using the client certificate in p12 format for authentication:
|
||||
|
||||
``` shell
|
||||
curl -fv -k --cert client.p12:password \
|
||||
curl -fv -k --cert-type P12 --cert client.p12:password \
|
||||
https://localhost:8443/apis/wardle.example.com/v1alpha1/namespaces/default/flunders
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user