Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When creating an Azure Front Door Secret from Key Vault, the operation fails with the following error:
"The certificate imported from the Key Vault is a Self Signed certificate and is not permitted for Bring Your Own Certificate."
However, the certificate is not self-signed.
Current Certificate Issuer:
Plain Text
1
C=US,
2
O=GoDaddy.com,
3
CN=GoDaddy TLS Intermediate CA DV - R1v1
An Azure service that provides a cloud content delivery network with threat protection.
Did you add the full chain PFX to keyvault? You need to generate a PFX file from the godaddy crt files, SSL example:
openssl pkcs12 -export \
-out output.pfx \
-inkey private-key.key \
-in your-domain.crt \
-certfile gd_bundle-g2-g1.crt