Releases: stonemax/acme2
Releases · stonemax/acme2
1.0.4
Add $generateNewOder
param for Client.getOrder
method. This param $generateNewOder
controls whether a new order need to be generated.
- When
$generateNewOder == TRUE
, all files under original certificates directory will be removed in order to generate new certificates; - When
$generateNewOder == FALSE
, it will return an existing order service instance used to revoke certificates generally.
1.0.3
- Remove
$renew
param ingetOrder
method. In fact, the renew action will initiate a new order process to request a new certificate, so in this project,$renew
is not necessary. Every time you call methodgetOrder
, the certificates generated previously(according to the method params) will be removed; - Change the response's code from 204 to 200 when getting nonce with method
head
; - Add
ready
state for order object; - Force curl using IPV4 when submitting requests, IPV6 is forbidden because NOT all the enviroments support IPV6;
ChallengeService.verify()
method adds 2 params:$verifyLocallyTimeout
and$verifyCATimeout
, 2 timeout exceptions,VerifyLocallyTimeoutException
andVerifyCATimeoutException
, are added meanwhile.
1.0.2
1.0.1
1.0.0
Develop completed~!
If you want to use this project as a compoer package, please visit this page:
https://packagist.org/packages/stonemax/acme2