I am trying to run certbot on an Amazon Linux EC2 instance to generate an ssl cert. I have turned off both nginx and apache to make port 80 available for certbot to bind to.
I am running certbot with the following command: ./certbot-auto certonly --standalone -d mydomain.com and it is producing the following error.
All the DNS record have been configured correctly as well so I'm not sure why this error is happening.
How can I make certbot run correctly?