This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Version 1.1.1
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.