Skip to content

Releases: kelunik/acme

0.3.1

20 Mar 12:39
v0.3.1
Compare
Choose a tag to compare
  • Added DNS challenge verification.
  • Added default user agent instead of using Artax' default one.

0.3.0

20 Mar 12:35
v0.3.0
Compare
Choose a tag to compare
  • Renamed AcmeService::selfVerify to AcmeService::verifyHttp01Challenge.
  • AcmeService::__construct does no longer accept the account key, it's passed as first argument to AcmeService::generateHttp01Payload now.

Version 0.2.5

10 Feb 00:25
v0.2.5
Compare
Choose a tag to compare
  • Fixed Registration constructor types
  • Added documentation
  • Disable peer verification in selfVerify

Version 0.2.4

09 Feb 18:21
v0.2.4
Compare
Choose a tag to compare
  • Fixed compatibility with PHP 5.5

Version 0.2.3

05 Feb 22:36
v0.2.3
Compare
Choose a tag to compare
  • Fixed typo in bad nonce retry routine (thanks @janfabry)

Version 0.2.2

04 Feb 21:02
v0.2.2
Compare
Choose a tag to compare
  • Prevent certificate requests with empty $domains array.
  • Retry requests with a badNonce error.
  • Include more information in Registration objects.

0.2.1

20 Dec 15:56
Compare
Choose a tag to compare
  • PHP 5.5 compatibility
  • SAN certificates work now
  • Improved error messages