openSUSE / ca-certificates

Utilities for system wide CA certificate installation
GNU General Public License v2.0
24 stars 21 forks source link

ca-certificates

Utilities for system wide CA certificate installation

update-ca-certificates is intended to keep the certificate stores of various components in sync with the system CA certificates.

The canonical source of CA certificates is what p11-kit knows about. By default p11-kit looks into /usr/share/pki/trust/ resp /etc/pki/trust/ but there could be other plugins that serve as source for certificates as well.

Supported Certificate Stores

update-ca-certificate supports a number of legacy certificate stores for applications that don't talk to p11-kit directly yet. It does so by generating the certificate stores in /var/lib/ca-certificates and having symlinks from the locations where applications expect those files.

Differences to previous versions on openSUSE

Differences to Debian