]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
PEM is default type for key and cert
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 Sep 2006 11:35:13 +0000 (11:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 Sep 2006 11:35:13 +0000 (11:35 +0000)
docs/curl.1

index 99b298eff8018d032506bcef193a7c50ceefe1fa..1017ac87fad7764d5099b8988617b689e64a741a 100644 (file)
@@ -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>"