acme2
acme2 copied to clipboard
A Tokio and OpenSSL based ACMEv2 client for Rust.
This PR implements [external account binding](https://datatracker.ietf.org/doc/html/rfc8555#section-7.3.4) as specified in RFC 8555 and adds a test for it. The functionality is all there, but I'm marking this as WIP as there...
I see that many of the structs and enums derive `Deserialize` but not `Serialize`. Would it be safe to add `Serialize` to these objects? What I'm trying to do: I'm...
Fixes #22 by adding support for P-256 account keys (the default remains RSA). Take this with a good amount of "I don't know what I'm doing here": I do not...
Hi, Thanks for your work on acme2, which I use in [agnos](https://github.com/krtab/agnos). Some people on the internet have suggested that I allow users to use another key algorithm than RSA...