diff --git a/pages/common/curl.md b/pages/common/curl.md index 47169b13d2..b2bb4c1d90 100644 --- a/pages/common/curl.md +++ b/pages/common/curl.md @@ -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}}`