diff --git a/pages/common/curl.md b/pages/common/curl.md index b2bb4c1d9..91546aca0 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 secure resource: +- Pass client certificate and key for a (possibly insecure) resource: `curl --cert {{client.pem}} --key {{key.pem}} --insecure {{https://example.com}}`