i am having issue in configuring SSL on cloud app. i do the following steps in sequence
- generate create certificate request from VM hosted on azure enviroment
- a text file with CSR hash is created.
- i send the hash to certificate issuing authority and i upload the new release in the mean while on cloud
- certificate issing authority send me 4 files with crt extension.
i import the .crt file in certificate manager console (certmgr.msc)
export the file in cer format.
- update web role properties in VS 2012. add certificate and update endpoints.
- upload cer file on cloud
- publish the package and update the package on cloud.
- update is not completed becasue of certificate with thumbprint associated with HTTPS input endpoint https does not contain private key
can any one help me out how i configure SSL on cloud app.
regards, Zeeshan