Skip to content

Commit d852880

Browse files
committed
Fix curl instruction in README of sample-apiserver
1 parent 0a1e589 commit d852880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/sample-apiserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ only this superuser group is authorized.
186186
5. Use curl to access the server using the client certificate in p12 format for authentication:
187187

188188
``` shell
189-
curl -fv -k --cert client.p12:password \
189+
curl -fv -k --cert-type P12 --cert client.p12:password \
190190
https://localhost:8443/apis/wardle.example.com/v1alpha1/namespaces/default/flunders
191191
```
192192

0 commit comments

Comments
 (0)