i am trying to install lets encrypt but with no success. i get the following error:
Keeping the existing certificate Could not reverse map the HTTPS VirtualHost to the original
IMPORTANT NOTES:
my conf file looks like this:
<VirtualHost *:80>
ServerName deals4u
ServerAlias www.deals4u.co.il
DocumentRoot /var/www/html
<Directory /var/www/html/>
Options Indexes FollowSymLinks
AllowOverride All
</Directory>
</VirtualHost>
please help! i’m hopeless
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
i set the servername to deals4u.co.il than i run: sudo certbot --apache -d deals4u.co.il
still no success with the message i get:
Select the appropriate number [1-2] then [enter] (press ‘c’ to cancel): 1 Keeping the existing certificate Could not reverse map the HTTPS VirtualHost to the original
IMPORTANT NOTES:
Hi, it sounds like you’re renewing the certificate without having it installed on Apache first. Did you run sudo certbot --apache -d deals4u.co.il
when you first tried to install Certbot?
Also, ServerName needs to be set to deal4u.co.il
I am having this issue too on Ubuntu 16.04 and apache I hope someone can come up with a solution.
Hi @eladnm07 I am also facing same issue, i am using ubuntu 14.04 and apache, any one can help on this.