How to add Certificates in Azure Websites Applications

How to add Certificates in Azure Websites Applications


Now a day applications are hosted in Azure Websites. Some web application needs a certificate for security purposes because those applications may need an API call within the application.

In this blog, I will explain in a step by step procedure to create a certificate and upload it to Azure.

What is a certificate?

The certificate contains cryptographic keys that can be used by web application for authentication, signing and other purposes and are usually considered security-sensitive.

How to create an X509 certificate?

It is very simple. Copy paste the below code in Visual Studio Command Prompt.

Makecert –r –pe –n CN="www.example.com" –b 05/10/2010 –e 12/22/2011
–eku 1.3.6.1.5.5.7.3.1 –ss my –sr localmachine -sky exchange –sp "Microsoft RSA SChannel Cryptographic Provider" –sy 12
here,



Leave a Reply

Your email address will not be published.


Comment


Name

Email

Url



    Get Free Consultation
    From Our Experts !