1
0
Fork 0
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:
Waldir Pimenta 2017-04-19 10:58:35 +01:00
parent b051c298d0
commit e6a54d891a

View file

@ -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}}`