By eladnm07
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
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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 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:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.