We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53f3699 + d852880 commit 537a602Copy full SHA for 537a602
staging/src/k8s.io/sample-apiserver/README.md
@@ -186,7 +186,7 @@ only this superuser group is authorized.
186
5. Use curl to access the server using the client certificate in p12 format for authentication:
187
188
``` shell
189
- curl -fv -k --cert client.p12:password \
+ curl -fv -k --cert-type P12 --cert client.p12:password \
190
https://localhost:8443/apis/wardle.example.com/v1alpha1/namespaces/default/flunders
191
```
192
0 commit comments