Package: ca-bundle Version: 20130114 Revision: 1 Description: Bundle of X.509 certificates of public CAs DescDetail: << This is a bundle of X.509 certificates of public Certificate Authorities (CA). These were automatically extracted from Mozilla's root certificates file (certdata.txt). This file can be found in the mozilla source tree: '/mozilla/security/nss/lib/ckfw/builtins/certdata.txt' It contains the certificates in PEM format and therefore can be directly used with curl / libcurl / php_curl, or with an Apache+mod_ssl webserver for SSL client authentication. Just configure this file as the SSLCACertificateFile. The ca-bundle.crt file was taken from the Mozilla::CA perlmod. << Maintainer: Daniel Johnson Homepage: http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt License: GPL2/LGPL2 Source: mirror:cpan:authors/id/A/AB/ABH/Mozilla-CA-%v.tar.gz Source-MD5: 45a42082dbd68cf25869ceb2aa49d5b2 CompileScript: << tail -n +32 README >LICENSE << InstallScript: << install -d %i/etc/ssl/certs install -m 644 lib/Mozilla/CA/cacert.pem %i/etc/ssl/certs/ca-bundle.crt << DocFiles: LICENSE