views:

208

answers:

2

I have created HTTPS endpoint for my Cloud application (using Self signed certificate). One of the requirements of my application is requirement of Client Certificate. When i run my application i do not see a list of Client Certificates to choose from.

Does anyone have any idea on what Client Certificates are required & how they can be created?

A: 

Maybe this will at least get you a little further:
http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/93c27d58-854d-43bd-a174-ba9eed3e4470

Henrik Söderlund
I guess the server certificate issue was covered with Nov09 CTP, i am stuck with the CLient certificates :(
Sharjeel Ahmed
A: 

maybe this will help: http://blogs.msdn.com/jnak/archive/2009/12/01/how-to-add-an-https-endpoint-to-a-windows-azure-cloud-service.aspx

glopez
I already used that link to add https endpoint for my cloud service. My issue is about the necessary client certificates that would be required to consume to service.
Sharjeel Ahmed