From 01a9717bc9e2f030f1af90a2663db08b6108e3a9 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 19 Apr 2017 19:25:38 +0100 Subject: [PATCH] curl: tweak desc of last example, per code review --- pages/common/curl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}`