curl: tweak desc of last example, per code review
This commit is contained in:
@@ -27,6 +27,6 @@
|
|||||||
|
|
||||||
`curl -u myusername:mypassword -I {{http://example.com}}`
|
`curl -u myusername:mypassword -I {{http://example.com}}`
|
||||||
|
|
||||||
- Pass client certificate and key for a (possibly insecure) resource:
|
- Pass client certificate and key for a resource, skipping certificate validation:
|
||||||
|
|
||||||
`curl --cert {{client.pem}} --key {{key.pem}} --insecure {{https://example.com}}`
|
`curl --cert {{client.pem}} --key {{key.pem}} --insecure {{https://example.com}}`
|
||||||
|
Reference in New Issue
Block a user