diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 08:52:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 08:52:20 +0000 |
commit | 3c4f3a680aea3d3d872887f6223d7c4f7ac5e975 (patch) | |
tree | 4108733dd16de8379e0ea462ad86e7b39263ac00 | |
parent | b61c06384ab88baf4b3231e84386c4a70126d888 (diff) |
point out the sslcert web page for -k/--insecure
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 81df678f6..24471d517 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -546,6 +546,9 @@ and transfers. All SSL connections are attempted to be made secure by using the CA certificate bundle installed by default. This makes all connections considered "insecure" to fail unless \fI-k/--insecure\fP is used. +See this online resource for further details: +\fBhttp://curl.haxx.se/docs/sslcerts.html\fP + If this option is used twice, the second time will again disable it. .IP "--key <key>" (SSL) Private key file name. Allows you to provide your private key in this |