curl: improve last example per issue #1246 (#1326)

coverage
morrme 2017-04-15 03:49:12 -05:00 committed by Waldir Pimenta
parent 09837acac5
commit b69c14b404
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 -v -key {{key.pem}} -cacert {{ca.pem}} -cert {{client.pem}} -k {{https://example.com}}`
`curl --key {{key.pem}} --cacert {{ca.pem}} --cert {{client.pem}} -k {{https://example.com}}`