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

added ```getValidAuthorizations()``` and refactored ```getPendingAuthorizations()``` #99

Closed bilogic closed 3 years ago

bilogic commented 4 years ago

The DNS verification process breaks sometimes due to various reasons e.g. DNS not full propagated etc. getValidAuthorizations() provides previous DNS identifiers to a resuming client so that it can remove the DNS entries when the whole verification is completed.

bilogic commented 4 years ago

Reference to #98