From ab9912401a16dfe3bdef9e0876ab35772942f029 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 5 Aug 2018 08:59:15 +0200 Subject: [PATCH] new: [odoo/web-proxy] use letsencrypt for ssl --- compose.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/compose.yml b/compose.yml index 38d10e0..59af191 100644 --- a/compose.yml +++ b/compose.yml @@ -19,6 +19,7 @@ odoo: web-proxy: frontend: domain: mydomain.org + ssl: letsencrypt #server-aliases: # - mydomain2.org # @@ -60,3 +61,18 @@ odoo: frontend: charm: apache + relations: + letsencrypt-dns: + letsencrypt + + +letsencrypt: + options: + email: admin@0k.io + ovh: + ## see: https://api.ovh.com/g934.first_step_with_api + entrypoint: ovh-eu + application: + key: XXX + secret: YYY + consumer_key: ZZZ \ No newline at end of file