acme-client
acme-client copied to clipboard
Add EAB support for ssl.com & zerossl.com
Add EAB support for ssl.com & zerossl.com. The code is based on https://github.com/unixcharles/acme-client/pull/201 and implement the eab reqeust to ssl.com & zerossl.com. I've tested it and can get certificates.
Thanks! I'll need to find time to write automated test but hopefully soon.
Hey folks. any update on this one? i'm currently working on adding this in on my application but it'd be great to have this in the gem proper 😄
👋 Hi,
Is there any way we could help to move this forward @unixcharles ? I see it's pending on tests being added, I don't mind writing the tests for this feature if needed.
This would also add support for digicert
as it requires EAB for authentication.
There is another PR adding the same feature: https://github.com/unixcharles/acme-client/pull/219
Never got around to write test for it.
I'm not a zerossl user so its a bit difficult for me to test. Normally I test against boulder but I have a digicert account so that might be an option to write some tests. I'll give it a try over the weekend.
If one of you is willing to add test with VCR recording I would be ready to merge directly. I like the implementation.
https://github.com/unixcharles/acme-client/pull/221
The feature is available in 2.0.13. Let me know if that work for you @scrazy77
thanks , I'll test it this week!