Closed rajiv closed 6 years ago
when looking at a pending change on a DV certificate: akamai cps status --enrollment-id 12345 --validation-type dns
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 _
_acme-challenge
-
_
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:
_acme-challenge
should have a-
and not an_