Merge pull request #92185 from erwinvaneyk/sample-server-fix-curl-readme

Fix curl instruction in the sample-apiserver README
This commit is contained in:
Kubernetes Prow Robot 2020-06-17 03:46:39 -07:00 committed by GitHub
commit 537a602195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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