Re: Bug#1052161: ITP: libmozilla-ca-perl -- Mozilla's CA cert bundle in PEM format
Andreas Vögele <[email protected]>
| Newsgroups | gmane.linux.debian.devel.perl |
|---|---|
| Message-ID | <[email protected]> |
Francesco P. Lovergine wrote: > I would simply patch Mozilla::CA to have SSL_ca_file() returning the > Debian directory /usr/share/ca-certificates/mozilla instead of the > cacert.pem file. That would avoid to patch third-parties code that > eventually use explicitly the modules. This is compatible with the > IO::Socket::SSL module. > > Does it make sense? Fedora patches Mozilla::CA: https://src.fedoraproject.org/rpms/perl-Mozilla-CA/tree/rawhide I'd use /etc/ssl/certs/ca-certificates.crt instead of /usr/share/ca-certificates/mozilla, though.