Please fill out the fields below so we can help you better.
My domain is:jamesaverywilhelm.com
I ran this command:
It produced this output:
My operating system is (include version):CENTOS 6
My web server is (include version): Apache 2.4.18
My hosting provider, if applicable, is: Godaddy VPS
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): cpanel/WHM
FYI, I'm a newbie when it comes to anything SLL related; please be gentle.
I successfully generated certificates, but Certbot couldn't create a proper SSL VHost for some reason.
So I manually created the jamesaverywilhelm.com-le-ssl.conf file and ran certbot-auto install
with this result:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Deploying Certificate to VirtualHost
/etc/httpd/conf.d/jamesaverywilhelm.com-le-ssl.conf
Deploying Certificate to VirtualHost
/etc/httpd/conf.d/jamesaverywilhelm.com-le-ssl.conf
Redirecting vhost in /etc/httpd/conf.d/jamesaverywilhelm.com.conf
to ssl vhost in /etc/httpd/conf.d/jamesaverywilhelm.com-le-ssl.conf
It seems everything should be in working order, but I'm not getting redirected to https and when I try to serve my site with https, I get the following error:
Your connection is not private
Attackers might be trying to steal your information from www.jamesaverywilhelm.com (for example, passwords, messages, or credit cards). NET::ERR_CERT_AUTHORITY_INVALID
It seems that the certificate that's being served is the self-signed cert attached to my VPS. I have no idea what I've done wrong. Any help would be greatly appreciated.