mirror of
https://github.com/anikeen-com/yaac.git
synced 2026-03-13 13:46:10 +00:00
Improved http validation with exponential backoff
Added documentation Simplified HTTP validation flow (no longer need challenge to get file contents) Updated README.md
This commit is contained in:
@@ -6,6 +6,11 @@ use Afosto\Acme\Data\Authorization;
|
||||
use GuzzleHttp\Client as HttpClient;
|
||||
use GuzzleHttp\Exception\ClientException;
|
||||
|
||||
/**
|
||||
* Class Helper
|
||||
* This class contains helper methods for certificate handling
|
||||
* @package Afosto\Acme
|
||||
*/
|
||||
class Helper
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user