mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 23:55:29 +02:00
curl: spell out the --insecure option
This commit is contained in:
parent
3acc0d64b8
commit
b051c298d0
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@
|
|||
|
||||
- Pass client certificate and key for a secure resource:
|
||||
|
||||
`curl --cert {{client.pem}} --key {{key.pem}} -k {{https://example.com}}`
|
||||
`curl --cert {{client.pem}} --key {{key.pem}} --insecure {{https://example.com}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue