class AcmeChallengeSets extends Resource (View source)

The "acmeChallengeSets" collection of methods.

Typical usage is:

 $acmednsService = new Google\Service\ACMEDNS(...);
 $acmeChallengeSets = $acmednsService->acmeChallengeSets;

Methods

get(string $rootDomain, array $optParams = [])

Gets the ACME challenge set for a given domain name. Domain names must be provided in Punycode. (acmeChallengeSets.get)

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)

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)

Parameters

string $rootDomain

Required. SLD + TLD domain name to list challenges. For example, this would be "google.com" for any FQDN under "google.com". That includes challenges for "subdomain.google.com". This MAY be Unicode or Punycode.

array $optParams

Optional parameters.

Return Value

AcmeChallengeSet

Exceptions

Exception

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)

Parameters

string $rootDomain

Required. SLD + TLD domain name to update records for. For example, this would be "google.com" for any FQDN under "google.com". That includes challenges for "subdomain.google.com". This MAY be Unicode or Punycode.

RotateChallengesRequest $postBody
array $optParams

Optional parameters.

Return Value

AcmeChallengeSet

Exceptions

Exception