Missing webroot path renewing an existing certificate

THIS IS A ONE TIME FIX - DO NOT DO THIS TO RENEW

Ok, do all three without restarting Apache/LiteSpeed:

1:
certbot delete --cert-name casaroca.org

2:
certbot delete --cert-name casaroca.site

3:
certbot certonly \
 --cert-name casaroca.site \
 --webroot -w /var/www/html \
 -d "casaroca.org,www.casaroca.org,casaroca.site,www.casaroca.site" \
 --force-renewal
1 Like