A problem with access

Here are the updated configuration files:

httpd.txt (12.3 KB)

ssl.txt (9.0 KB)

  1. Change their extensions back from .txt to .conf and replace your existing files.

  2. Reload apache:

sudo httpd -k graceful

  1. 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"

  1. Please post the outputs of:
sudo certbot certificates

sudo httpd -S
2 Likes