How to Update CA Certificate Bundle on CentOS
To update the CA certificate bundle on CentOS, follow these steps:
- Open a terminal or SSH into your CentOS system.
- Switch to the root user by running the command:
sudo su. - Update the 'ca-certificates' package by running the command:
yum update ca-certificates. - Confirm the update by typing 'y' when prompted.
- The updated CA certificate bundle should now be installed on your CentOS system.
Note: These steps assume you have a working internet connection on your CentOS system. If you don't have internet access, you may need to manually download the updated CA certificate bundle and install it.
原文地址: https://www.cveoy.top/t/topic/qwrI 著作权归作者所有。请勿转载和采集!