mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 12:53:28 +02:00
curl: tweak desc of last example, per code review
This commit is contained in:
parent
e6a54d891a
commit
01a9717bc9
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@
|
|||
|
||||
`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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue