I am following AWS Linux 2 documentation on setting up Lets Encrypt, but have ran into an issue and was hoping someone could help. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SSL-on-amazon-linux-2.html#letsencrypt
After Installing Cerbot:
sudo yum install -y certbot python2-certbot-apache
I try to run CertBot with the following command:
sudo certbot
I get the following error: sudo: certbot: command not found
Any ideas what I am doing wrong?
Thanks!