-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[MIG][12.0] letsencrypt #2395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MIG][12.0] letsencrypt #2395
Conversation
* [ADD] letsencrypt (OCA#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 642df6b. * [ADD] eggs necessary for letsencrypt Conflicts: requirements.txt * Migrate letsencrypt to v9 * Add AGPL target link to ReadMe in letsencrypt
…CA#757) * [FIX] Make letsencrypt resilient for alternate name removal. * [FIX] Do not crash when returning error in letsencrypt cmdline. * [FIX] Restore ordering by name for alternate domains in letsencrypt. Conflicts: letsencrypt/README.rst
Currently translated at 100,0% (7 of 7 strings) Translation: server-tools-11.0/server-tools-11.0-letsencrypt Translate-URL: https://translation.odoo-community.org/projects/server-tools-11-0/server-tools-11-0-letsencrypt/pt_BR/
The domain-based filename is fragile. Just reordering domains in the settings can change it. If migrating from an old version symlinks are used to avoid breaking anything.
|
@dreispt @NL66278 Could you review this again? I changed the last commit as compared to #1883, explanation of the method in #2014 (comment) |
| @@ -0,0 +1,5 @@ | |||
| # © 2016 Therp BV <http://therp.nl> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete copyright lines from init.py files
| @@ -0,0 +1,5 @@ | |||
| # © 2016 Therp BV <http://therp.nl> | |||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And these kind of lines should be https:
| # © 2016 Therp BV <http://therp.nl> | ||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
| { | ||
| "name": "Let's Encrypt", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing website key
NL66278
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM And known to work well. Some nags, but not blocking.
|
Seeing as other people already confirmed the previous PR, merging this. |
|
/ocabot migration letsencrypt |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at 9974e2f. Thanks a lot for contributing to OCA. ❤️ |
Retry of #1883
(it needs fixing, but
janverbis no longer working with us and so we cannot push to the branch)