aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/cert.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/cert.d')
-rw-r--r--docs/cmdline-opts/cert.d4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/cmdline-opts/cert.d b/docs/cmdline-opts/cert.d
index 2938e571f..325e4b3f3 100644
--- a/docs/cmdline-opts/cert.d
+++ b/docs/cmdline-opts/cert.d
@@ -5,11 +5,13 @@ Help: Client certificate file and password
Protocols: TLS
See-also: cert-type key key-type
Category: tls
+Example: --cert certfile --key keyfile $URL
+Added: 5.0
---
Tells curl to use the specified client certificate file when getting a file
with HTTPS, FTPS or another SSL-based protocol. The certificate must be in
PKCS#12 format if using Secure Transport, or PEM format if using any other
-engine. If the optional password isn't specified, it will be queried for on
+engine. If the optional password is not specified, it will be queried for on
the terminal. Note that this option assumes a \&"certificate" file that is the
private key and the client certificate concatenated! See --cert and --key to
specify them independently.