afosto / yaac

Yet another ACME client: a decoupled LetsEncrypt client
Other
219 stars 85 forks source link

Added ability to retrieve more information on challenge validation failure #57

Open adamzero1 opened 1 year ago

adamzero1 commented 1 year ago

docs: added docs for accessing validation error messages

refactor: refactored Client class to let challenge object construct itself Meaning the Client object doesn't need to know about all potential fields for the challenge object.

feat: validation error message access Added new variables to the challenge object Added a new Error object This way if a challenge fails to validate, information about why the validation failed can be obtained.