Here are the updated configuration files:
httpd.txt (12.3 KB)
ssl.txt (9.0 KB)
-
Change their extensions back from
.txt
to.conf
and replace your existing files. -
Reload apache:
sudo httpd -k graceful
- Get the right certificate:
sudo certbot certonly --cert-name candy-cc.com --apache -d "candy-cc.com,www.candy-cc.com" --deploy-hook "httpd -k graceful"
- Please post the outputs of:
sudo certbot certificates
sudo httpd -S