unixcharles / acme-client

A Ruby client for the letsencrypt's ACME protocol.
MIT License
494 stars 117 forks source link

Implement EAB for Zerossl #201

Closed sebyx07 closed 2 years ago

sebyx07 commented 3 years ago

https://tools.ietf.org/html/rfc8555#section-7.3.4 https://github.com/unixcharles/acme-client/issues/198

sebyx07 commented 3 years ago

@unixcharles I looked at how you generated and signed the hashes in Acme::Client::JWK::Base but can you please tell what should be the payload?

sebyx07 commented 3 years ago

I'm currently building a full p2p social media platform and I'll be using your gem to renew zerossl certificates automatically. Only they issue certificates for ipv4

here's the project: https://github.com/personal-social-media/personal-social-media still running undercover until the mvp

unixcharles commented 3 years ago

Sorry about the delays. I will take some time on the weekend to give it a try.