mirror of
https://github.com/anikeen-com/yaac.git
synced 2026-03-13 13:46:10 +00:00
add support for DNS validation
- new constant Client::VALIDATION_DNS - added Authorization::getDnsChallenge to get the challenge - added Authorization::getTxtRecord to get the TXT record value - added Helper::waitForDNS to provide an easy way to wait for changes - updated documentation to illustrate DNS validation
This commit is contained in:
@@ -55,6 +55,11 @@ class Client
|
||||
*/
|
||||
const VALIDATION_HTTP = 'http-01';
|
||||
|
||||
/**
|
||||
* DNS validation
|
||||
*/
|
||||
const VALIDATION_DNS = 'dns-01';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user