I have Plesk 11.5 so don’t have the option to upload the chain file separately.
If (for the certificate) I upload the fullchain.pem or paste in the text I only end up with the first part
My cert is working but has an incomplete chain according to ssllabs (and is not trusted by Firefox)
I have tried adding
SSLCertificateFile /etc/letsencrypt/live/mydomain.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/mydomain.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/mydomain.com/chain.pem
To the following file but it prevents httpd service from restarting successfully
/var/www/vhosts/system/mydomain.com/conf/vhost_ssl.conf
Any help much appreciated
Plesk 11.5, Apache 2.2.25, Centos 6.9 (I know this server needs retiring but that’s a job for another day!)
It’s my dedicated server, hosting multiple sites. I have root access over SSH