How to Update CA Certificate Bundle on Linux
To update the CA certificate bundle in Linux, follow these steps:
-
Open a terminal.
-
Identify the package manager used by your Linux distribution. Common package managers include apt (used by Debian and Ubuntu), yum (used by CentOS and Fedora), and dnf (used by Fedora).
-
Update the package manager's repository information by running the appropriate command. For example, for apt, you would run:
sudo apt update
4. Update the CA certificate bundle package. The package name may vary depending on your distribution. For example, on Debian and Ubuntu, the package is called 'ca-certificates'. Run the appropriate command to update the package. For example, for apt, you would run:
sudo apt upgrade ca-certificates
5. If prompted, confirm the installation or update of the package.
6. Once the update is complete, the CA certificate bundle should be updated on your Linux system.
Note: These steps assume you have administrative privileges on your Linux system.
原文地址: https://www.cveoy.top/t/topic/qwrH 著作权归作者所有。请勿转载和采集!