Let's Encrypt
(0)
415
Therp BV

Let's Encrypt

FREE
Required themes
Initial Setup Tools (base_setup)
Technical name
letsencrypt
License
AGPL-3
Secure dependencies
N/A
Let's Encrypt

Let’s Encrypt

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This module was written to have your Odoo installation request SSL certificates from https://letsencrypt.org automatically.

Table of contents

Installation

After installation, this module generates a private key for your account at letsencrypt.org automatically in $data_dir/letsencrypt/account.key. If you want or need to use your own account key, replace the file.

For certificate requests to work, your site needs to be accessible via plain HTTP, see below for configuration examples in case you force your clients to the SSL version.

After installation, trigger the cronjob Update letsencrypt certificates and watch your log for messages.

Configuration

This addons requests a certificate for the domain named in the configuration parameter web.base.url - if this comes back as localhost or the like, the module doesn’t request anything.

Futher self-explanatory settings are in Settings -> General Settings. There you can add further domains to the CSR, add a custom script that updates your DNS and add a script that will be used to reload your web server (if needed). The number of domains that can be added to a certificate is capped at 100. A wildcard certificate can be used to avoid that limit.

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 $datadir/letsencrypt/acme-challenge of your odoo instance.

Since DNS changes can take some time to propagate, when we respond to a DNS challenge and the server tries to check our response, it might fail (and probably will). The solution to this is documented in https://tools.ietf.org/html/rfc8555#section-8.2 and basically is a Retry-After header under which we can instruct the server to retry the challenge. At the time these lines were written, Boulder had not implemented this functionality. This prompted us to use letsencrypt.backoff configuration parameter, which is the amount of minutes this module will try poll the server to retry validating the answer to our challenge, specifically it is the deadline parameter of poll_and_finalize.

Usage

The module sets up a cronjob that requests and renews certificates automatically.

Certificates are renewed a month before they expire. Renewal is then attempted every day until it succeeds.

After the first run, you’ll find a file called domain.crt in $datadir/letsencrypt, configure your SSL proxy to use this file as certificate.

In depth configuration

If you want to use multiple domains on your CSR then you have to configure them from Settings -> General Settings. If you use a wildcard in any of those domains then letsencrypt will return a DNS challenge. In order for that challenge to be answered you will need to either provide a script (as seen in General Settings) or install a module that provides support for your DNS provider. In that module you will need to create a function in the letsencrypt model with the name _respond_challenge_dns_$DNS_PROVIDER where $DNS_PROVIDER is the name of your provider and can be any string with length greater than zero, and add the name of your DNS provider in the settings dns_provider selection field.

In any case if a script path is inserted in the settings page, it will be run in case you want to update multiple DNS servers.

A reload command can be set in the Settings as well in case you need to reload your web server. This by default is sudo /usr/sbin/service nginx reload

You’ll also need a matching sudo configuration, like:

your_odoo_user ALL = NOPASSWD: /usr/sbin/service nginx reload

Further, if you force users to https, you’ll need something like for nginx:

if ($scheme = "http") {
    set $redirect_https 1;
}
if ($request_uri ~ ^/.well-known/acme-challenge/) {
    set $redirect_https 0;
}
if ($redirect_https) {
    rewrite ^   https://$server_name$request_uri? permanent;
}

and this for apache:

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} "!^/.well-known/"
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]

In case you need to redirect other nginx sites to your Odoo instance, declare an upstream for your odoo instance and do something like:

location /.well-known {
    proxy_pass    http://yourodooupstream;
}

If you’re using a multi-database installation (with or without dbfilter option) where /web/databse/selector returns a list of more than one database, then you need to add letsencrypt addon to wide load addons list (by default, only web addon), setting --load option. For example, --load=web,letsencrypt

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Therp BV
  • Tecnativa
  • Acysos S.L

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/server-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

0.0 / 5.0
based on 0 ratings

Python dependencies

Package Version Secured
requests 2.22.0
cryptography 2.8
acme.dchat 0.1
mock 3.0.5
josepy 1.2.0
dnspython 2.6.1

Available languages

Language % translated
French / Français
15%
Italian / Italiano
15%
Portuguese (BR) / Português (BR)
15%
Croatian / hrvatski jezik
15%
Chinese (Simplified) / 简体中文
12%
Polish / Język polski
9%
Bulgarian / български език
9%
Spanish (AR) / Español (AR)
9%
Spanish (DO) / Español (DO)
9%
Serbian (Latin) / srpski
9%
Arabic / الْعَرَبيّة
9%
Estonian / Eesti keel
9%
Vietnamese / Tiếng Việt
9%
Spanish (CO) / Español (CO)
9%
Mongolian / монгол
9%
Turkish / Türkçe
9%
Dutch / Nederlands
9%
Indonesian / Bahasa Indonesia
9%
Ukrainian / українська
9%
Spanish (MX) / Español (MX)
9%
English (UK)
9%
Portuguese / Português
9%
Persian / فارس
9%
Slovak / Slovenský jazyk
9%
Portuguese / Português
9%
Spanish (CL) / Español (CL)
9%
Finnish / Suomi
9%
German / Deutsch
9%
Japanese / 日本語
9%
Hungarian / Magyar
9%
Spanish (VE) / Español (VE)
9%
French (CH) / Français (CH)
9%
Bosnian / bosanski jezik
9%
Spanish (PE) / Español (PE)
9%
Dutch (BE) / Nederlands (BE)
9%
Norwegian Bokmål / Norsk bokmål
9%
Spanish / Español
9%
Swedish / Svenska
9%
Macedonian / македонски јазик
9%
Chinese (Traditional) / 繁體中文
9%
Spanish / Español
9%
Croatian / hrvatski jezik
9%
Dutch / Nederlands
9%
Romanian / română
9%
Turkish / Türkçe
9%
Slovenian / slovenščina
9%
Spanish (EC) / Español (EC)
9%
Thai / ภาษาไทย
9%
Hebrew / עִבְרִי
9%
French (CA) / Français (CA)
6%
Lithuanian / Lietuvių kalba
3%
Lithuanian / Lietuvių kalba
3%
Spanish (CR) / Español (CR)
3%
Galician / Galego
3%
Spanish (PY) / Español (PY)
3%
Vietnamese / Tiếng Việt
3%
Greek / Ελληνικά
3%
Latvian / latviešu valoda
3%
Galician / Galego
3%
Russian / русский язык
3%