Hi all - So I just ran into the changes lately from letsencrpt. certbot-auto is no longer available. I added this to httpd.conf <VirtualHost *:80> ServerName mydomain </VirtualHost> service httpd restart When I do "certbot -d mydomain" I get this : Domain: mydomain Type: unauthorized Detail: Invalid response from http://mydomain/.well-known/acme-challenge/i_fU1bFrQZzgfVI2FtWo8Ov0ITjplCcPjXdK61Fwa-w [97.107.162.8]: "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p" What did I miss ? Thanks Jerry
>certbot-auto is no longer available.It still getting updates https://github.com/certbot/certbot/blob/master/certbot-auto> Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p"Try opening up your page in the browser to see what's going on. You might not setup your nginx/apache properly http://mydomain/.well-known/acme-challenge/i_fU1bFrQZzgfVI2FtWo8Ov0ITjplCcPjXdK61Fwa-w
*>>certbot-auto is no longer available. *>It still getting updates>https://github.com/certbot/certbot/blob/master/certbot-auto >>* Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p"*>Try opening up your page in the browser to see what's going on. You might not setup your nginx/apache properly>http://mydomain/.well-known/acme-challenge/i_fU1bFrQZzgfVI2FtWo8Ov0ITjplCcPjXdK61Fwa-wI went there, downloaded it, and tried to run - and I get this. Skipping bootstrap because certbot-auto is deprecated on this system. Your system is not supported by certbot-auto anymore. Certbot cannot be installed. Please visit https://certbot.eff.org/ to check for other alternatives. My Centos 7 is basically out of the box. Previously with certbot-auto - it worked every time. Any one else run into this and know what the issue is ? Thanks Jerry