pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mozilla-rootcerts assumes /etc/ssl/certs
In looking at security/mozilla-rootcerts/files/mozilla-rootcerts.sh, I
see that it defines the following variables (among others):
certdir="/etc/ssl/certs"
conffile="/etc/openssl/openssl.cnf"
There's no reference to pkgsrc's SYSCONFDIR, so the script will use
the above locations *always*. Is that right? What if SYSCONFDIR is
set to /opt/pkg/etc? Then "mozilla-rootcerts install" will install
to /etc/ssl/certs/ca-certificates.crt; it will *not* install to
/opt/pkg/etc/ssl/certs/ca-certificates.crt. How is this supposed to
work?
Note that security/mozilla-rootcerts/MESSAGE includes the following:
Execute this command to extract and rehash all CA root certificates
distributed by the Mozilla Project, so that they can be used by third
party applications using OpenSSL. It also creates a single file
certificate bundle in PEM format which can be used by applications using
GnuTLS.
# mozilla-rootcerts install
Thanks,
Lewis
Home |
Main Index |
Thread Index |
Old Index