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

Replace acme-lib with Rustls compatible lib #90

Open
conblem opened this issue Feb 10, 2021 · 0 comments
Open

Replace acme-lib with Rustls compatible lib #90

conblem opened this issue Feb 10, 2021 · 0 comments
Projects

Comments

@conblem
Copy link
Owner

conblem commented Feb 10, 2021

In the future it would make sense to remove the need for acme-lib.

  • uses unmaintained dependency: Maintenance status? koute/stdweb#403
  • includes openssl which makes building a docker image FROM: scratch very hard
  • uses ureq which is an additional http client

As there is currently no async ACME implementation for Rust, I have started development here: https://github.com/conblem/async-acme

@conblem conblem created this issue from a note in Project (To Do) Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Project
To Do
Development

No branches or pull requests

1 participant