App Services Certificates issue with apple not compliant with Apple's Certificate Transparency policy

Somiya 246 Reputation points
2021-10-12T00:33:35.99+00:00

Hi Team,
I am using App services certificates for my websites running on app services, I issued a certificate on "Saturday, April 24, 2021, 1:41:34 AM GMT+9" but now this certificate is not compliant with Apple certificate Transparency policy as macOS 11.4 and iOS 14.6 impose some new requirements on publicly-trusted SSL certificates which were issued on or after April 21 2021 .
139616-image.png
Even though my certificate expires in next year but it shows the certificate is invalid. Is there a way I can reissue the certificate or resolve this issue

Here is the link to the article: https://sslmate.com/blog/post/apples_new_ct_policy

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,973 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2021-10-12T09:50:41.72+00:00

    @Somiya , As mentioned in this GoDaddy blog -To resolve this, rekey your certificate, download the new rekeyed certificate and install it.

    On Azure Portal, 'rekey' App Service Certificate (ASC).
    Rekeying your certificate rolls the certificate with a new certificate issued from the certificate authority.

    Steps:
    On Azure Portal, navigate to your ASC, and select ‘Rekey and Sync’ (from the navigation blade) and then select 'Rekey'

    Once the rekey operation is complete, click Sync. The sync operation automatically updates the hostname bindings for the certificate in App Service without causing any downtime to your apps.

    As a side note, in case you’d performed rekeying your certificate, it will roll the certificate with a new certificate issued from the certificate authority.
    While Rekeying your certificate will go through Pending Issuance state and once the certificate is ready you need to then make sure you perform ‘sync’ your resources using this certificate to prevent disruption to service. Kindly check this doc for more details.

    rekey-certificate

    Kindly let us know how it goes, I'll follow-up with you further.


Your answer

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