diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 00:17:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 16:37:28 +0200 |
commit | 16d8ff77a1249988ba536f7ca2f9f3d86171fc25 (patch) | |
tree | 0d5f0d305ffe2fad8b86e30b4573523de3dc930c /docs/cmdline-opts | |
parent | cd3537116342d43e78c8648ca744ad97ebca075f (diff) | |
download | curl-16d8ff77a1249988ba536f7ca2f9f3d86171fc25.tar.gz |
cert-type.d: mention the available types in the desc
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/cert-type.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/cert-type.d b/docs/cmdline-opts/cert-type.d index 55d8033b4..1232ec10d 100644 --- a/docs/cmdline-opts/cert-type.d +++ b/docs/cmdline-opts/cert-type.d @@ -1,7 +1,7 @@ Long: cert-type Protocols: TLS Arg: <type> -Help: Certificate file type +Help: Certificate type (DER/PEM/ENG) See-also: cert key key-type --- Tells curl what type the provided client certificate is using. PEM, DER, ENG |