unixcharles / acme-client

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

Use post-as-get for account, authz, certificate, challenge, and order… #170

Closed github1 closed 5 years ago

github1 commented 5 years ago

This change addresses API changes in pebble 2.0.0 (described in https://github.com/letsencrypt/pebble/issues/192) primarily around requiring POST-as-GET instead of regular GET requests for several resources.

github1 commented 5 years ago

@unixcharles do you want me to remove the mode/kid stuff?

unixcharles commented 5 years ago

@unixcharles do you want me to remove the mode/kid stuff?

This would change the method signature and force the user to update their code.

I will wait until we bump to a minor to avoid breaking change.

unixcharles commented 5 years ago

Publish in v2.0.5