SSL certificate setup

Vinay Sabarad 1 Reputation point
2020-10-30T04:31:26.727+00:00

Sir, I have hosted my website on Azure hosting using my student subscription plan, I have my domain on Name.com. The process of hosting is complete but I am getting stuck in the process of setting up SSL in Name.com, They are asking Certificate signing request from the hosting provider, which I am not able to find out in Azure, please help me out with the issue.

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

1 answer

Sort by: Most helpful
  1. ajkuma 25,781 Reputation points Microsoft Employee
    2020-11-03T12:25:11.557+00:00

    @Vinay Sabarad , Firstly, apologies for the delayed response.

    You cannot directly generate CSR (Certificate Signing Request) on Azure. There are several tools (listed below) to generate CSR, generate your certificate request, install the certificate to your local machine, and then export the certificate to PFX>> i.e Build the .pfx bundle (with your private key) once you have the public part of your certificate from your preferred vendor and import to Azure.

    There are several ways to generate CSR:
    • Using IIS Manager
    • using certreq.exe
    • using OpenSSL, and there are many other third-party tools.

    You checkout the blog section "Create a CSR using IIS" ( old blog, the fundamental steps still apply).

    1 person found this answer helpful.

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.