yourivw / LEClient

An easy-to-use PHP ACME v2 client library, designed to be used with LetsEncrypt.
MIT License
204 stars 98 forks source link

Search all authorizations for valid challenges #113

Closed milesizzo closed 3 years ago

milesizzo commented 3 years ago

When returning all pending authorizations for a given challenge type, don't fail when an authorization doesn't contain that challenge type.

Closes: #112