Package: ca-bundle
Version: 20231213
# Keep version sync with mozilla-ca-pm
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 <daniel@daniel-johnson.org>
Homepage: https://searchfox.org/mozilla-central/source/security/nss/lib/ckfw/builtins/certdata.txt
License: GPL2/LGPL2

Source: mirror:cpan:authors/id/L/LW/LWP/Mozilla-CA-%v.tar.gz
Source-Checksum: SHA256(421a12ba7cef443bd368671cee9c9b46a8b55c2ccf7ac76c42f99e23a06115df)

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
	ln -s %p/etc/ssl/certs/ca-bundle.crt %i/etc/ssl/cert.pem
<<

DocFiles: Changes LICENSE