فهرست منبع

curl: simplify last example (#1246)

Waldir Pimenta 8 سال پیش
والد
کامیت
3acc0d64b8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pages/common/curl.md

+ 1 - 1
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}}`