diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-20 11:35:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-20 11:35:13 +0000 |
commit | 5de75eee5691b56dc95f53340f18d650b246f0a3 (patch) | |
tree | 4a6dbd17436053eee2d7973800f40768dd1de6b4 /docs | |
parent | 2d5fc39d3573c10a460cdeb2139631da62b8e391 (diff) |
PEM is default type for key and cert
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 99b298eff..1017ac87f 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -326,7 +326,7 @@ certificate concatenated! If this option is used several times, the last one will be used. .IP "--cert-type <type>" (SSL) Tells curl what certificate type the provided certificate is in. PEM, -DER and ENG are recognized types. +DER and ENG are recognized types. If not specified, PEM is assumed. If this option is used several times, the last one will be used. .IP "--cacert <CA certificate>" @@ -548,7 +548,8 @@ separate file. If this option is used several times, the last one will be used. .IP "--key-type <type>" (SSL) Private key file type. Specify which type your \fI--key\fP provided -private key is. DER, PEM and ENG are supported. +private key is. DER, PEM and ENG are supported. If not specified, PEM is +assumed. If this option is used several times, the last one will be used. .IP "--krb4 <level>" |