My domain is:
fntpost.com
I ran this command:
sudo certbot-auto renew
It produced this output:
Upgrading certbot-auto 1.0.0 to 1.2.0…
Replacing certbot-auto…
Bootstrapping dependencies for Legacy RedHat-based OSes that will use Python3… (you can skip this with --no-bootstrap)
yum is hashed (/usr/bin/yum)
To use Certbot on this operating system, packages from the SCL repository need to be installed.
Enable the SCL repository and try running Certbot again.
My web server is (include version):
Apache/2.2.15 (Unix)
The operating system my web server runs on is (include version):
RHEL6 (Red Hat Enterprise Linux Server release 6.10 Santiago)
I can login to a root shell on my machine (yes or no, or I don’t know): Yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): I get the same messages as above when trying to check version, but I asssume from the first message that certbot is now v1.2
$ sudo ./certbot-auto --version
Bootstrapping dependencies for Legacy RedHat-based OSes that will use Python3… (you can skip this with --no-bootstrap)
yum is hashed (/usr/bin/yum)
To use Certbot on this operating system, packages from the SCL repository need to be installed.
Enable the SCL repository and try running Certbot again.
Things I tried…
Checked that scl-utils were installed…
$ sudo yum install scl-utils
Loaded plugins: replace, rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Package scl-utils-20120927-29.el6_9.x86_64 already installed and latest version
Nothing to do
Saw a thread about checking the output of this statement should be 0, but it’s not.
$ yum list *virtualenv
Loaded plugins: replace, rhnplugin, security
Note Red Hat Network repositories are not listed below. You must run this command as root to access RHN repositories.
Installed Packages
python-virtualenv.noarch 12.0.7-1.el6 @rs-epel
So I checked that EPEL is enabled.
My /etc/yum.repos.d/ directory has these files
-rw-r–r-- 1 root root 528 Dec 8 2016 dell-system-update.repo
-rw-r–r-- 1 root root 194 Jun 16 2015 rackspace-cloud-monitoring-stable.repo
-rw-r–r-- 1 root root 529 Nov 21 13:30 rhel-source.repo
-rw-r–r-- 1 root root 696 May 20 2015 rs-epel.repo
-rw-r–r-- 1 root root 758 May 20 2015 rs-epel-testing.repo
So I looked inside rs-epel.repo, and see that there is enabled=1 in the first section…
[rs-epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
baseurl=https://mirror.rackspace.com/epel/6/$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
exclude=awstats
[rs-epel-debuginfo]
name=Extra Packages for Enterprise Linux 6 - $basearch - Debug
baseurl=https://mirror.rackspace.com/epel/6/$basearch/debug
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
gpgcheck=1
[rs-epel-source]
name=Extra Packages for Enterprise Linux 6 - $basearch - Source
baseurl=https://mirror.rackspace.com/epel/6/SRPMS
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
gpgcheck=1
My certificate expires in 10 days. What do I need to do to renew it?