Steps to deploy to IIS a self signed https certificate
Followed these steps https://stackoverflow.com/questions/19441155/how-to-create-a-self-signed-certificate-for-a-domain-name-for-development
First we will generate the private key and certificate of Certification Authority (CA). This certificate is to sign the certificate request (CSR).
You must complete all fields that are required in this process.
Create the CRS that will be signed by the CA
Major issue due to chrome not recognizing the certificate Solved adding the parameter -extfile v3ext.txt in the following command
Now the certificate request is signed with the generated CA certificate.
The generated certificate must be exported to a .pfx file that can be imported into the IIS.
Commands to show the content of certificates