How to fix Let’s Encrypt's expiring DST Root CA X3 certificate on CentOS 7

Further to: Let's Encrypt's Root Certificate is expiring

Just run this in terminal:

rpm -qa | grep ca-certificates-2021.2.50-72.el7_9.noarch || yum update -y ca-certificates
1 Like