I am trying to follow the steps in the following document to create a certificate using Certificate Manager:
I have a query regarding "Add the CNAME record to your DNS configuration"
createTime: '2024-08-25T03:26:07.788998638Z'
managed:
authorizationAttemptInfo:
- domain: <domain>
state: AUTHORIZING
dnsAuthorizations:
- projects/xxxxx/locations/global/dnsAuthorizations/test-dns-auth
domains:
- <domain>
state: PROVISIONING
name: projects/<project>/locations/global/certificates/test-cert
sanDnsnames:
- <domain>
updateTime: '2024-08-25T03:26:08.245783381Z'
After some time, i got the message that the authorization has failed:
createTime: '2024-08-25T03:26:07.788998638Z'
managed:
authorizationAttemptInfo:
- domain: <domain>
failureReason: CONFIG
state: FAILED
dnsAuthorizations:
- projects/xxxxxxxx/locations/global/dnsAuthorizations/test-dns-auth
domains:
- <domain>
provisioningIssue:
reason: AUTHORIZATION_ISSUE
state: PROVISIONING
name: projects/<project>/locations/global/certificates/test-cert
sanDnsnames:
- <domain>
updateTime: '2024-08-25T03:26:08.245783381Z'
Where am i going wrong here.