This question has been flagged
1 Reply
3644 Views

Hi,

We would like to secure our Odoo isntallation with an SSL certificate from letsencrypt. For this purpose there is a module available from OCA which is supposed to renew the certificate from letsencrypt every 3 month.

https://www.odoo.com/apps/modules/10.0/letsencrypt/

In the module description it says "Note that all those domains must be publicly reachable on port 80 via HTTP, and they must have an entry for .well-known/acme-challenge pointing to your odoo instance."

The folder should contain the info about your domain so you can proove to letsencrypt that you own the domain.

I lack the understanding where the folder is or if I should create it on my own. If anyone possibly have a full guide how to setup this module on an apache2 server this would be of course also appreciated.

Regards




Avatar
Discard
Best Answer

You could upload the files to apache default path >> /var/www or /var/www/html

Avatar
Discard