Hello.
I'm trying to install a Let's Encrypt SSL Certificate on a CentOS6 server with Plesk installed.
I can't use Plesk extension because I've Plesk 12.0 and I can't upgrade it.
So, after having installed certbot, I've used the following command:
sudo ./certbot-auto --apache
but I got this answer:
Cannot find a cert or key directive in /files/etc/httpd/conf/plesk.conf.d/vhosts/url.com.conf/IfModule/VirtualHost. VirtualHost was not modified
Unable to find cert and/or key directives
IMPORTANT NOTES:
- Unable to install the certificate
- Congratulations! Your certificate and chain have been saved at
/etc/letsencrypt/live/www.url.com/fullchain.pem. Your
cert will expire on 2017-09-18. To obtain a new or tweaked version
of this certificate in the future, simply run certbot-auto again
with the "certonly" option. To non-interactively renew all of
your certificates, run "certbot-auto renew"
It seems that only a part of the certificate has been installed.
What should I do to completely install the certificate?
Thank you in advance.