1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 08:15:33 +02:00

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