For people having an issue with invalid respone/acme challenge failed

first

systemctl stop httpd

then run ./certbot-auto --installer apache -w /var/www/html --domain domain.com --expand -m email@email.com

now you’ll promoted to select an authenticator go down and select run a temporary webserver and thats it

get httpd running again systemctl start httpd and you’re good to go

hope it helps

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.