-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
simp_le: 0.9.0 -> 0.14.0 #62283
simp_le: 0.9.0 -> 0.14.0 #62283
Conversation
This fails on ofborg. You should update acme as well. |
I have, see the mentioned PR ( #61203 ). I'll pull those in here as well for your testing convenience, will push it shortly after re-checking :). |
Oh, if it's not clear "acme" is built from subdirectory of the certbot source. Which might confuse things. Anyway i'd like to see confirmation from borg the stack works as well so that plan is still on 👍. |
(also python3Packages.acme, same source) Notes for releases I've used along the way, FWIW: https://github.com/certbot/certbot/blob/v0.32.0/CHANGELOG.md https://github.com/certbot/certbot/blob/v0.33.1/CHANGELOG.md https://github.com/certbot/certbot/blob/v0.34.0/CHANGELOG.md https://github.com/certbot/certbot/blob/v0.34.1/CHANGELOG.md https://github.com/certbot/certbot/blob/v0.34.2/CHANGELOG.md * add pytest dep * add pyyaml dep * disable tests, failure trying to invoke 'docker'
https://github.com/zenhack/simp_le#0140 (intermediate versions are listed below)
68945b1
to
2f5b682
Compare
Oh, if it's not clear "acme" is built from subdirectory of the certbot source. Which might confuse things. Anyway i'd like to see confirmation from borg the stack works as well so that plan is still on 👍. @GrahamcOfBorg build simp_le |
whats the status on this one? |
I think I was concerned about the NixOS test failure ( |
The current version of {
"type": "urn:acme:error:unauthorized",
"detail": "Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.",
"status": 403
} To add to this, the package needs to be updated to |
To add to the sense of urgency @JakeStanger noted (for bumping to I bumped the dependency (both |
As a quick workaround for anybody who needs SSL and stumbles on this at the moment, you can use |
Closing in favour of #71291. |
Motivation for this change
https://github.com/zenhack/simp_le#0140
(intermediate versions are listed below)
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Rudimentary testing only so far, and FWIW using acme 0.34.2, FWIW ( #61203 )
Should confirm NixOS test (and that the test uses this :P),
may confirm on live deployment but no timetable on that.