icon-unified.svg
Experience Center

CentOS 7 Configuration for Long-Term Zscaler Support

The Zscaler-hosted repository provides Long-Term Support (LTS) for CentOS 7 and includes security patches for critical CVEs affecting the operating system.

Zscaler will end support of the CentOS 7 LTS repository after the posted End-of-Support (EOS) of Private Applications for CentOS 7.

To configure CentOS 7 for LTS:

  1. (Optional) If it doesn't already exist, enter the following content under /etc/yum.repos.d/zscaler.repo:
[zscaler]
name=Zscaler Private Access Repository
baseurl=https://yum.private.zscaler.com/yum/el7
enabled=1
gpgcheck=1
gpgkey=https://yum.private.zscaler.com/gpg
  1. Enter the following content under /etc/yum.repos.d/centos-longterm.repo:
[centos-7-for-x86_64-baseos-eus-rpms]
name=CentOS 7 for x86_64 EUS RPMS
gpgkey=https://os-updates-eus.private.zscaler.com/centos-mirror/RPM-GPG-KEY-CENTOS-7-BASE-EUS
gpgcheck=1
enabled=0
baseurl=https://os-updates-eus.private.zscaler.com/centos-mirror/centos-7-for-x86_64-baseos-eus-rpms
  1. Disable all other repositories using the following command:
$ yum-config-manager --disable \*
  1. Enable the Zscaler repository using the following command:
$ yum-config-manager --enable zscaler
  1. Enable the CentOS 7 LTS repository using the following command:
$ yum-config-manager --enable centos-7-for-x86_64-baseos-eus-rpms
  1. Verify that only the Zscaler repository and the CentOS 7 LTS repository exist using the following command:
$ yum repolist
  1. Perform a yum update using the following command:
$ yum update

The steps to configure CentOS7 for LTS apply to both App Connectors and Private Service Edges.

Related Articles
About Deploying App ConnectorsApp Connector Software by PlatformApp Connector Deployment PrerequisitesApp Connector Deployment Guide for Amazon Web ServicesApp Connector Deployment Guide for LinuxApp Connector Deployment Guide for DockerApp Connector Deployment Guide for Google Cloud PlatformApp Connector Deployment Guide for Microsoft AzureApp Connector Deployment Guide for Nutanix AHVApp Connector Deployment Guide for OpenShiftApp Connector Deployment Guide for VMware PlatformsRed Hat Enterprise Linux 9 Migration for App ConnectorsNetworking Deployed App ConnectorsConfiguring a Split DNS Zone for App ConnectorsCentOS 7 Configuration for Long-Term Zscaler Support