فهرست منبع

curl: spell out the --insecure option

Waldir Pimenta 8 سال پیش
والد
کامیت
b051c298d0
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 --cert {{client.pem}} --key {{key.pem}} -k {{https://example.com}}`
+`curl --cert {{client.pem}} --key {{key.pem}} --insecure {{https://example.com}}`