فهرست منبع

curl: remove secure/insecure ambiguity

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

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