Share via

Domain Name Verification not getting completed

Ankit Khandelwal 0 Reputation points
2026-06-04T17:28:23.94+00:00

Hi Team,

I have a Domain Certificate which has expired on 2nd June and has not auto renewed.

Initially it was asking for domain verification as a manual step and the step was completed from our side.

But Domain verification still wasn't completed correctly. On the certificate list page, the status showed Pending Issuance but upon opening the certificate, it showed the status as issued.

We tried to rekey the certificate but it started the whole process of verification again and is not getting completed.

Can you list down exact steps for verification since the domain has many subdomains?

Azure DNS
Azure DNS

An Azure service that enables hosting Domain Name System (DNS) domains in Azure.


1 answer

Sort by: Most helpful
  1. Alex Burlachenko 22,925 Reputation points MVP Volunteer Moderator
    2026-06-25T09:47:05.3+00:00

    hi Ankit Khandelwal & thx for sharing urs issue here at Q&A portal,

    the cert order got stuck between domain validation and issuance state. If the list page says Pending Issuance but the cert detail says Issued, that’s not normal UI behavior. Rekey can restart validation, so now u may be dealing w/ a fresh validation order instead of the original renewal.

    For domain validation, the exact steps depend on the cert type/provider, but usually u need to create the DNS validation record exactly as shown in the cert blade. If the cert covers subdomains or wildcard names, each required hostname/SAN may need its own validation record unless the provider gives one shared record.

    Don’t guess the TXT/CNAME record name. Copy it from the certificate validation page. In Azure DNS, make sure u add it in the correct zone. If the cert is for app.contoso.com, the record may need to live in the contoso.com zone or in a delegated app.contoso.com zone, depending on how DNS is split.

    nslookup -type=TXT <validation-record-name>

    nslookup -type=CNAME <validation-record-name>

    or

    dig TXT <validation-record-name>

    dig CNAME <validation-record-name>

    If public DNS doesn’t return the validation value, the CA won’t complete validation, even if Azure portal shows the record internally.

    https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate

    https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain

    https://learn.microsoft.com/en-us/azure/dns/dns-getstarted-portal

    If DNS is correct publicly and it’s still stuck, open a support case w/ cert name, thumbprint/order id if shown, domain names/SANs, validation record values, UTC time u added DNS, and screenshots showing Pending Issuance vs Issued. That mismatch prob needs backend cleanup/retry from the cert provider side.

    rgds,

    Alex

    &

    If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal 
    and at my blog https://ctrlaltdel.blog/
    

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.