Commit Graph

13 Commits (38a0546ff17159ce2d53b786d965da3ef67cdd3a)

Author SHA1 Message Date
Stefan Rijnhart 19ba4e9082 [FIX] letsencrypt: workaround blocked domain name example.com 2022-10-19 18:22:10 +02:00
Ronald Portier b25af29c28 [FIX] letsencrypt: satisfy pre-commit checks
- No silent passing of exceptions;
- Open files with encoding specified;
- Use with whit subprocess.Popen().
2022-04-07 11:22:16 +02:00
Ronald Portier 98b656ddf5 [IMP] letsencrypt: black, isort, prettier 2022-04-07 11:21:35 +02:00
Ronald Portier b64d83e1e1 [FIX] letsencrypt: adapt to conventions.
Get rid of unneeded decorators;
Remove copyright lines from init files;
Replace copyright symbol with text;
Use https: where possible.
2022-04-07 11:21:35 +02:00
Ronald Portier 7db8ebadb4 [IMP] letsencrypt: black, isort, prettier 2022-04-07 11:21:35 +02:00
Jan Verbeek fc9fd8f48e [IMP] letsencrypt: Handle web.base.url in a saner way 2022-04-07 11:21:35 +02:00
Jan Verbeek 192a46005b [FIX] letsencrypt: Increase test coverage 2022-04-07 11:21:35 +02:00
Jan Verbeek 11623a869c [MIG] Migrate letsencrypt 2.0.0 to Odoo 11.0 2022-04-07 11:21:35 +02:00
Jan Verbeek 1428743f50 [IMP] Refactor and debug Let's Encrypt ACMEv2 support 2022-04-07 11:21:35 +02:00
George Daramouskas 2526b5691c [ADD] Adds support for Acme V2 2022-04-07 11:21:35 +02:00
Ignacio Ibeas - Acysos S.L 59e80a631e [MIG] letsencrypt: migration to 11.0 2022-04-07 11:21:35 +02:00
Roberto Fichera 9f4ebf6967 [10.0][MIG] Migrate letsencrypt 2022-04-07 11:21:35 +02:00
Dave Lasley 4aac4ba8cc [ADD] letsencrypt (#425)
* [ADD] letsencrypt (#347)

* [ADD] letsencrypt

* [ADD] write bogus restart script for tests

* [IMP] exclude library call from coveralls

* [IMP] try moving the library import into nocover branch

* [ADD] explain how to redirect the well known uri to the odoo instance

* [ADD] example for apache

* [FIX] cronjob should be noupdate

* [FIX] community review

* [FIX] flake8

* [DEL] unused imports

* [UPD] chain cert

* Multi-database support and other fixes (#2)

[ADD] multi-database support and other fixes

* [ADD] eggs necessary for letsencrypt

* [IMP] readme

* [ADD] ipv6 localhosts

* [ADD] restrict reload command

* Revert "[ADD] eggs necessary for letsencrypt"

This reverts commit 642df6ba50.

* [ADD] eggs necessary for letsencrypt

Conflicts:
	requirements.txt

* Migrate letsencrypt to v9

* Add AGPL target link to ReadMe in letsencrypt
2022-04-07 11:21:35 +02:00