Hello,
I have an app service with an API and a storage account for static files. They are both behind an application load balancer. I have an app service certificate and a DNS zone that I use to enable SSL connection on the gateway. In order to do that, I download the pfx certificate from key vault and upload it to the gateway. However, my browser gives me an error NET::ERR_CERT_REVOKED
NET::ERR_CERT_REVOKED
Subject: <my-host>
Issuer: Go Daddy Secure Certificate Authority - G2
Expires on: 5 Jan 2023
Current date: 10 Mar 2022
PEM encoded chain:
-----BEGIN CERTIFICATE-----
[...]
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
[...]
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
[...]
-----END CERTIFICATE-----
Certificate Transparency:
SCT Google 'Argon2023' log (Embedded in certificate, Verified)
SCT DigiCert Yeti2023 Log (Embedded in certificate, Verified)
SCT Cloudflare 'Nimbus2023' Log (Embedded in certificate, Verified)

Thank you