Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Version 1.1.1

Compare
Choose a tag to compare
@yourivw yourivw released this 29 Mar 10:30
· 83 commits to master since this release
fc80e1d

Release version 1.1.1

  • Fixed 415 Unsupported Media Type error caused by ACME protocol divergence.
  • Fixed certificate revocation problem addressed in issue #25.
  • Set default acmeURL to the production environment.
  • Implemented option to bypass local DNS/HTTP verification verifyPendingOrderAuthorization($identifier, $type, $localcheck = true). It is still making a local verification by default.
  • Updated composer.json and registered at packagist.

 
To-do:

  • Update documentation.
  • Implement namespace.
  • Implement logger class.