From b051c298d02d633fc8944680a0119d1cce9ca123 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 19 Apr 2017 10:22:34 +0100 Subject: [PATCH] curl: spell out the --insecure option --- 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 47169b13d..b2bb4c1d9 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}}`