Fix curl instruction in README of sample-apiserver

This commit is contained in:
erwinvaneyk 2020-06-16 14:41:21 +02:00
parent 0a1e58913c
commit d852880c54

View File

@ -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
```