curl: remove secure/insecure ambiguity

coverage
Waldir Pimenta 2017-04-19 10:58:35 +01:00
parent b051c298d0
commit e6a54d891a
1 changed files with 1 additions and 1 deletions

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