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

This commit is contained in:
morrme
2017-04-15 03:49:12 -05:00
committed by Waldir Pimenta
parent 09837acac5
commit b69c14b404

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