question

RajbansJoshi avatar image
0 Votes"
RajbansJoshi asked RajbansJoshi rolled back

Azure SSL certificate on external websites

Hello All,

We are about to renew our SSL certificate and were debating whether we should continue to use our existing certificate provider or use Azure SSL certificate.

However, before we move on to using Azure Certificate, we wanted to be sure if the certificate generated by Azure can be used in external websites.

Is that possibl?

azure-key-vault
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AndriyBilous avatar image
0 Votes"
AndriyBilous answered AndriyBilous commented

Hello @RajbansJoshi

App Service Certificate is a Key Vault secret, you can export a PFX copy of it and use it for other Azure services or outside of Azure.
https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate#export-certificate

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Following is what our external website needs..

"Make sure that you have the SSL certificate, CA bundle, and the Private key, so you can complete the installation. In case you are missing some of the certificate components, reach your SSL provider."

Can we get the above components from the Azure certificate after exporting it?

0 Votes 0 ·

Yes, PFX file, also known as PKCS #12 , is a single, password protected certificate archive that contains the entire certificate chain plus the matching private key.

1 Vote 1 ·