LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

update-ca-trust

Manage system CA certificate trust store

TLDR

Update CA certificate trust store
$ sudo update-ca-trust extract
copy
Update trust store (short form)
$ sudo update-ca-trust
copy
Check current trust configuration
$ update-ca-trust check
copy

SYNOPSIS

update-ca-trust [command]

DESCRIPTION

update-ca-trust manages the system's CA certificate trust store on Red Hat-based distributions. It consolidates certificates from multiple sources into unified files that applications use for SSL/TLS verification.Certificates placed in the anchors directory are added to the trust store. Certificates in the blacklist directory are explicitly distrusted. Both PEM and DER formats are supported.After adding or removing certificates, run update-ca-trust extract to rebuild the consolidated trust files. Applications reading from /etc/pki/ca-trust/extracted/ will then use the updated certificates.

COMMANDS

extract: Rebuild the consolidated CA certificate files.check: Verify trust configuration consistency.

CERTIFICATE LOCATIONS

Add trusted certificates:

/etc/pki/ca-trust/source/anchors/
Blacklist certificates:
/etc/pki/ca-trust/source/blacklist/
Output directory:
/etc/pki/ca-trust/extracted/

CAVEATS

Changes require running extract to take effect. Some applications cache certificates and need restart. Debian-based systems use update-ca-certificates instead. Incorrect certificates can break SSL connections.

HISTORY

update-ca-trust is part of the ca-certificates package on Red Hat Enterprise Linux, Fedora, and CentOS. It replaced older certificate management methods to provide a unified approach to trust configuration that works with both OpenSSL and NSS libraries.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid