]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added text about how to convert certificates to PEM format
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Jun 2000 08:21:28 +0000 (08:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Jun 2000 08:21:28 +0000 (08:21 +0000)
docs/README.curl

index ce2cba1d16b925f7fde90a9445781c37d340e0f2..805c88d6979b8e304c84e66781288c527f062a31 100644 (file)
@@ -534,6 +534,26 @@ HTTPS
 
   Otherwise, curl will first attempt to use v3 and then v2.
 
+  To use OpenSSL to convert your favourite browser's certificate into a PEM
+  formatted one that curl can use, do something like this (assuming netscape,
+  but IE is likely to work similarly):
+
+    You start with hitting the 'security' menu button in netscape. 
+
+    Select 'certificates->yours' and then pick a certificate in the list 
+
+    Press the 'export' button 
+
+    enter your PIN code for the certs 
+
+    select a proper place to save it 
+
+    Run the 'openssl' application to convert the certificate. If you cd to the
+    openssl installation, you can do it like:
+
+     # ./apps/openssl pkcs12 -certfile [file you saved] -out [PEMfile]
+
+
 RESUMING FILE TRANSFERS
 
  To continue a file transfer where it was previously aborted, curl supports