I'm setup a server for testing in AWS EC2 and I can't secure the default domain.
I'm following this tutorial https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SSL-on-an-instance.html
I've install:
- Apache
- SSL
now I'm trying to secure with Let's encrypt the default domain and use it for testing.
I'm using this specific instructions:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SSL-on-an-instance.html#letsencrypt
I've also tried this ones:
https://certbot.eff.org/lets-encrypt/centosrhel7-apache
It seems that I manage to install the Epel repo as you can see from the screenshot but I cannot install certbot
it gave me an error about python, it seems that I need python 2.6 instead of Python 2.7.
How can I install let's encrypt and secure the default domain?