Skip to content
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

[BUG] ACMEv1 enf of life #72

Closed
litnimax opened this issue Jul 23, 2020 · 2 comments · Fixed by #73
Closed

[BUG] ACMEv1 enf of life #72

litnimax opened this issue Jul 23, 2020 · 2 comments · Fixed by #73

Comments

@litnimax
Copy link

From Jun 2020 ACMEv1 is not supported any more and the formula fails.

              stderr:
                  An unexpected error occurred:
                  The client lacks sufficient authorization :: 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.
                  Please see the logfiles in /var/log/letsencrypt for more details.
@litnimax litnimax added the bug label Jul 23, 2020
@litnimax
Copy link
Author

Putting

server = https://acme-v02.api.letsencrypt.org/directory

instead of acme-v01 to pillar solves it.

javierbertoli added a commit to netmanagers/letsencrypt-formula that referenced this issue Jul 23, 2020
javierbertoli added a commit to netmanagers/letsencrypt-formula that referenced this issue Jul 23, 2020
javierbertoli added a commit to netmanagers/letsencrypt-formula that referenced this issue Jul 23, 2020
javierbertoli added a commit to netmanagers/letsencrypt-formula that referenced this issue Jul 23, 2020
saltstack-formulas-travis pushed a commit that referenced this issue Jul 23, 2020
# [1.0.0](v0.20.2...v1.0.0) (2020-07-23)

### Bug Fixes

* **package:** amazonlinux defaults to python2 ([926c779](926c779))
* **server:** change server to ACMEv2 ([1fc79b8](1fc79b8)), closes [#72](#72)

### Documentation

* **defaults:** update pillar.example to good-citizen defaults ([b889678](b889678))

### Features

* **config:** add sane defaults ([d9afac9](d9afac9))
* **package:** update default to py3 ([4c93c11](4c93c11))

### BREAKING CHANGES

* **config:** `config` can now be provided as a hash or a string; defaults
are modified and, while sane and desirable, do change the behavior of the
formula.
@saltstack-formulas-travis

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants