mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 06:53:50 +02:00
curl: simplify last example (#1246)
This commit is contained in:
parent
7329c7275f
commit
3acc0d64b8
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@
|
|||
|
||||
- Pass client certificate and key for a secure resource:
|
||||
|
||||
`curl --key {{key.pem}} --cacert {{ca.pem}} --cert {{client.pem}} -k {{https://example.com}}`
|
||||
`curl --cert {{client.pem}} --key {{key.pem}} -k {{https://example.com}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue