Skip to content

Commit 537a602

Browse files
authored
Merge pull request kubernetes#92185 from erwinvaneyk/sample-server-fix-curl-readme
Fix curl instruction in the sample-apiserver README
2 parents 53f3699 + d852880 commit 537a602

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)