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