diff --git a/pages/common/curl.md b/pages/common/curl.md index 91546aca0..37bf3c1b9 100644 --- a/pages/common/curl.md +++ b/pages/common/curl.md @@ -27,6 +27,6 @@ `curl -u myusername:mypassword -I {{http://example.com}}` -- Pass client certificate and key for a (possibly insecure) resource: +- Pass client certificate and key for a resource, skipping certificate validation: `curl --cert {{client.pem}} --key {{key.pem}} --insecure {{https://example.com}}`