unixcharles / acme-client

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

Don't add JWS to get request #236

Closed unixcharles closed 7 months ago

unixcharles commented 7 months ago

Building a jws body for GET request doesn't make sense

It's polluting the faraday environment when another call need to fetch directory

Fix https://github.com/unixcharles/acme-client/issues/235