Posts

Showing posts with the label Vault

CentOS/RHEL 6 EOL: Switch to the Vault Repos & Fix yum TLS/Cert Errors

Image
CentOS/RHEL 6 EOL: Switch to the Vault & Fix yum TLS/Cert Problems CentOS/RHEL 6 mirrors are gone. To keep legacy hosts updating, point yum to the CentOS Vault and refresh certificates. Below is a minimal, repeatable setup. 1) Disable the old mirrorlist repos sed -ri 's/^enabled=1/enabled=0/' /etc/yum.repos.d/CentOS-Base.repo || true 2) Create a lean Vault repo file Enable only the 6.10 vault repos (fast/stable) and set metadata to never expire: cat >/etc/yum.repos.d/CentOS-Vault.repo <<'EOF' [C6.10-base] name=CentOS-6.10 - Base baseurl=http://vault.epel.cloud/6.10/os/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 enabled=1 metadata_expire=never [C6.10-updates] name=CentOS-6.10 - Updates baseurl=http://vault.epel.cloud/6.10/updates/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 enabled=1 metadata_expire=never [C6.10-extras] name=CentOS-6.10 - Extras baseurl=http://vault.epel.cloud/6.10/ext...

Popular posts from this blog

Meal Prepping: The Key to Diet Ease and Compliance for Healthy Weight Management

Balanced Bites: The Secret to Sustainable Weight Loss Through Macro and Micro Nutrients