AcmeChallengeSets
class AcmeChallengeSets extends Resource (View source)
The "acmeChallengeSets" collection of methods.
Typical usage is:
$acmednsService = new Google\Service\ACMEDNS(...);
$acmeChallengeSets = $acmednsService->acmeChallengeSets;
Methods
Gets the ACME challenge set for a given domain name. Domain names must be provided in Punycode. (acmeChallengeSets.get)
Rotate the ACME challenges for a given domain name. By default, removes any challenges that are older than 30 days. Domain names must be provided in Punycode. (acmeChallengeSets.rotateChallenges)
Details
AcmeChallengeSet
get(string $rootDomain, array $optParams = [])
Gets the ACME challenge set for a given domain name. Domain names must be provided in Punycode. (acmeChallengeSets.get)
AcmeChallengeSet
rotateChallenges(string $rootDomain, RotateChallengesRequest $postBody, array $optParams = [])
Rotate the ACME challenges for a given domain name. By default, removes any challenges that are older than 30 days. Domain names must be provided in Punycode. (acmeChallengeSets.rotateChallenges)