mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 22:55:29 +02:00
curl: remove secure/insecure ambiguity
This commit is contained in:
parent
b051c298d0
commit
e6a54d891a
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 secure resource:
|
||||
- Pass client certificate and key for a (possibly insecure) resource:
|
||||
|
||||
`curl --cert {{client.pem}} --key {{key.pem}} --insecure {{https://example.com}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue