Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
packetconsulting.ca
www.packetconsulting.ca
I ran this command:
certbot --version
It produced this output:
-bash: certbot: command not found
My web server is (include version):
The operating system my web server runs on is (include version):
AWS Linux AMI
My hosting provider, if applicable, is:
AWS
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):
Your first certificate is from 2017-12-07, so you may have a very old certbot version and you may have used tls-sni-01 validation. That's not longer supported, so you have to update your client.
I have tried running certbot --version as ec2-user and root with the same result.
[root@ip-10-1-1-99 ec2-user]# cd /etc/letsencrypt
[root@ip-10-1-1-99 letsencrypt]# ls
accounts csr live renewal
archive keys options-ssl-apache.conf renewal-hooks
[root@ip-10-1-1-99 letsencrypt]# cd renewal
[root@ip-10-1-1-99 renewal]# ls
packetconsulting.ca.conf
[root@ip-10-1-1-99 renewal]# less packetconsulting.ca.conf
I ran the install process from the Certbot process you attached and it worked.
The cert has renewed.
Now I will try and set up the auto renew cron job.