akamai / cli-cps

Provides a way to interact with the Akamai Certificate Provisioning System (CPS) via Open APIs. Provides various functionality such as viewing certificate details, generating audits, checking change statuses, and creating/modifying certificates.
Apache License 2.0
14 stars 16 forks source link

acme challenge dns hostname incorrect #6

Closed rajiv closed 6 years ago

rajiv commented 6 years ago

when looking at a pending change on a DV certificate: akamai cps status --enrollment-id 12345 --validation-type dns

the acme challenge instructions are incorrect and should be listed as:

DNS Query: dig TXT _acme-challenge.<domain>
Expected Result: _acme-challenge.<domain> 7200 IN TXT <response body>

_acme-challenge should have a - and not an _