diff --git a/pages/common/curl.md b/pages/common/curl.md index b32958aec..47169b13d 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 --key {{key.pem}} --cacert {{ca.pem}} --cert {{client.pem}} -k {{https://example.com}}` +`curl --cert {{client.pem}} --key {{key.pem}} -k {{https://example.com}}`