From e6a54d891a1cf631a9f603b9f934cc0e73f284c9 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 19 Apr 2017 10:58:35 +0100 Subject: [PATCH] curl: remove secure/insecure ambiguity --- 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 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}}`