bagder: curl-www/docs _caextract.html,1.13,1.14
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/docs In directory labb:/tmp/cvs-serv13092 Modified Files: _caextract.html Log Message: updated to mention Guenter's updated perl script instead of the previous Ruby mess Index: _caextract.html =================================================================== RCS file: /cvsroot/curl/curl-www/docs/_caextract.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- _caextract.html 12 Nov 2007 21:03:22 -0000 1.13 +++ _caextract.html 8 Feb 2008 10:01:44 -0000 1.14 @@ -20,9 +20,12 @@ <br><a href="sslcerts.html">SSL Certs</a> </div> <p class="ingres"> - The <a href="parse-certs.txt">parse-certs</a> script converts <a + + The <a + href="http://curl.haxx.se/lxr/source/lib/mk-ca-bundle.pl">lib/mk-ca-bundle.pl</a> + script (in CVS and bundled in recent curl tarballs) converts <a href="http://www.mozilla.org/">Mozilla</a>'s CA cert bundle to PEM format, - suitable for (lib)curl and others. Writtten by Roland Krikava. + suitable for (lib)curl and others. Writtten by Guenter Knauf. SUBTITLE(Automated Conversions) <p> @@ -41,10 +44,8 @@ SUBTITLE(Requirements) <o> - It is a shell script with an - embedded Ruby script. You thus need to have Ruby installed to make this work. - The script uses the 'openssl' tool and it requires the version - that comes with the 0.9.7 series or later. + It is a perl script. The script uses the 'openssl' tool and it requires the + version that comes with the 0.9.7 series or later. <p> The exact Mozilla file needed for this job is found at <a href="http://lxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt">lxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt</a>.