lucacasonato / acme2

A Tokio and OpenSSL based ACMEv2 client for Rust.
https://docs.rs/acme2
Other
22 stars 7 forks source link

Allow other kind of account key than RSA #22

Open krtab opened 1 year ago

krtab commented 1 year ago

Hi,

Thanks for your work on acme2, which I use in agnos.

Some people on the internet have suggested that I allow users to use another key algorithm than RSA for the account identification. Because this limitation comes from the implementation you have of JWS, here is me passing the suggestion to you.

Best,