curl: spell out the --insecure option

coverage
Waldir Pimenta 2017-04-19 10:22:34 +01:00
parent 3acc0d64b8
commit b051c298d0
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@
- Pass client certificate and key for a secure resource:
`curl --cert {{client.pem}} --key {{key.pem}} -k {{https://example.com}}`
`curl --cert {{client.pem}} --key {{key.pem}} --insecure {{https://example.com}}`