How to create an Azure App Service Certificate from CSR?

SenhorDolas 1,151 Reputation points
2022-09-05T14:40:46.043+00:00

Hey!

I have a public web server which I needs the SSL cert renewed.

Because of the way the apps where created (public key + private key) I need to renew the cert using CSR.

I could go to original provider (GoDaddy) and renew the cert but this is way too expensive comparing to Azure App Service Certificates option.

Is there a way to create a cert in Azure with the server CSR?

Thanks, M

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

Accepted answer
  1. ajkuma 22,401 Reputation points Microsoft Employee
    2022-09-07T12:45:47.807+00:00

    SenhorDolas-2197, To better understand your scenario/requirement, when you say, “How to create an Azure App Service Certificate (ASC) from CSR?” and …” which I needs the SSL cert renewed.”, Have you purchased ASC already (since you’re referring to renewing certificate)?

    1/2

    You cannot create an Azure App Service Certificate. It’s a private certificate that’s managed by Azure.
    However, you can buy and export ASC to be used on your web server. ( I believe this is what you’re looking for).
    Export App Service certificate

    Because an ASC is a Key Vault secret, you can export a copy as a PFX file, which you can use for other Azure services or outside of Azure (as in your case).
    However, the exported certificate is an unmanaged artifact. App Service doesn't sync such artifacts when the ASC is renewed.
    You must export and install the renewed certificate where necessary.

    By default, App Service certificates have a one-year validity period. Before and nearer to the expiration date, you can automatically or manually renew App Service certificates in one-year increments.


1 additional answer

Sort by: Most helpful
  1. JimmySalian-2011 41,916 Reputation points
    2022-09-05T15:46:18.963+00:00

    Hi Senhor,

    There is a free certificate service for App Service , please check this configure-ssl-certificate
    configure-ssl-certificate

    ==
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.
    ----
    Please don't forget to upvote and Accept as answer if the reply is helpful