mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 08:15:33 +02:00
parent
09837acac5
commit
b69c14b404
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue