Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Trying to install thawte ssl onto Azure. Followed the steps as listed here and found that the certificate shows "The issuer of this certificate could not be found"

I found this link that talks about the need for an intermediate certificate. How would this be applicable while deploying a web role onto Azure. Should the intermediate files be exported as pfx and uploaded to the certificate store. Do we need to specify this in the certificates section of the config file as well? Any suggestions would be greatly appreciated.

EDIT Trying to export the intermediate pem file results in a .cer file. Is there a way to convert this to pfx?

share|improve this question

1 Answer

up vote 1 down vote accepted

Install the cert on your local machine using the MMC certificates snap-in. Then export the cert, with the private key. In the 2nd step of the dialog, select the 1st option "Include all certs...". Then delete your cert using the Azure Portal and upload the one you just exported.

enter image description here

share|improve this answer
Installed the intermediate with the MMC snap in. Could you let me know how do I get to the second step of exporting the cert? MMC has the same three certs it had before I did the import – user529265 Jan 13 at 4:44
The intermediate file exports as a cer. Should I install that onto my server and export it again as a pfx? – user529265 Jan 13 at 5:25
A .cer file does not have a private key (.pfx) - it only contains the public key and that is what you need to try uploading to Azure – viperguynaz Jan 13 at 5:49
The azure portal only takes pfx in the certificates section. I try to upload a cer file and it errors out. – user529265 Jan 13 at 8:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.