APIM Managed certificates - not working

Neeldip Barot 5 Reputation points
2026-07-03T05:21:43.56+00:00

The managed certificate creation form in APIM is currently showing this status

"API Management will suspend creation of managed certificates from August 15, 2025 to June 30, 2026, to migrate to a platform that meets Multi-Perspective Issuance Corroboration (MPIC) security requirements for issuing certificates. Existing managed certificates will be auto-renewed before the suspension date and continue to function normally. Learn more "

please provide clarity over this. as I need to create a managed certificate in APIM.

Azure API Management
Azure API Management

An Azure service that provides a hybrid, multi-cloud management platform for APIs.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Siddhesh Desai 7,890 Reputation points Microsoft External Staff Moderator
    2026-07-03T06:32:24.3933333+00:00

    Hi @Neeldip Barot

    Thank you for reaching out to Microsoft Q&A.

    The message you are seeing is expected behavior and indicates a platform wide suspension of new APIM managed certificate creation, not an issue specific to your API Management instance. Microsoft has temporarily suspended the creation of Azure-managed certificates for APIM custom domains from August 15, 2025, through June 30, 2026, due to industry-wide changes in certificate domain validation requirements. Specifically, the Certificate Authority (DigiCert) is migrating to a new validation platform that complies with Multi-Perspective Issuance Corroboration (MPIC) requirements. During this migration period, APIM cannot issue new managed certificates. Existing managed certificates continue to function and can be renewed under the documented conditions.

    Refer below points to understand and resolve the situation:

    1. This is not a service incident or configuration issue

    If you attempt to create a new APIM managed certificate today, the operation is blocked by design due to the suspension window. The portal message is informing you of this platform limitation.

    2. New managed certificates cannot currently be created

    Any new custom domain that requires an APIM-managed certificate cannot use the "Managed Certificate" option until Microsoft re-enables the feature after the suspension period ends.

    3. Existing managed certificates are not affected

    If you already had a managed certificate configured before the suspension period, it should continue to function normally. Microsoft documentation states that existing certificates can continue to be renewed provided the required APIM and DNS prerequisites are met.

    4. Recommended workaround: Use your own certificate

    If you need to configure a custom domain immediately, Microsoft recommends using one of the following:

    • Certificate stored in Azure Key Vault
    • Certificate purchased from a public Certificate Authority
    • Let's Encrypt certificate managed outside APIM

    You can then bind that certificate to the APIM custom domain instead of using the APIM-managed certificate option.

    5. If using Key Vault certificates

    Ensure:

    • APIM Managed Identity is enabled.
    • APIM has Get and List permissions on Key Vault secrets.
    • The certificate is uploaded as a Certificate object in Key Vault.
    • A visionless Key Vault secret URI is used for automatic rotation.

    6. Official Microsoft Documentation

    Microsoft has updated the announcement to show that the suspension period has been extended until June 30, 2026. There's no further update on the new date. I'll let you know once I receive a update from Product team on revised date.

    Was this answer helpful?


  2. TP 161K Reputation points Volunteer Moderator
    2026-07-03T06:24:26.2766667+00:00

    Hi,

    Unfortunately you currently cannot create a managed certificate for Azure API Management. You need to obtain a certificate for your custom domain from a trusted third-party provider and upload this for APIM. For example, you could obtain a free certificate from Let's Encrypt and upload the certificate and its private key (as .pfx file) to APIM. Or you could purchase a certificate and do the same thing.

    Managed certificates functionality was supposed to be available again after March 15, 2026, then it was extended to June 30, 2026, but now that deadline has passed and it still isn't available.

    Below article provides details on adding custom domain and uploading Custom certificate as .pfx file using portal:

    Set a custom domain name - portal

    https://learn.microsoft.com/en-us/azure/api-management/configure-custom-domain?tabs=custom#set-a-custom-domain-name---portal

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP

    Was this answer helpful?


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.