Hi
How can i generate temporary certification in windows xp sp3 for IIS 5.1 for hosting WCF services with basicHttpBinding in https?
Will it be valid for testing in https evironment locally?
thanks
nRk
views:
65answers:
2
+2
A:
The Patterns and Practices group has an entire write up on how to create and install temporary certificates here. I've used these instructions to get my dev team working locally and it works like a charm.
Drew Marsh
2009-11-04 13:19:48
Thanks Drew marsh.. I will check it..
nRk
2009-11-04 17:12:23
A:
We use a free utility from PluralSight to create self-signed certificates for testing. Is easier (IMO) than makecert.exe and setting up your own CA. Utility is explained in this blog post. Don't know about hosting within IIS, however, as our services are self-hosted.
luksan
2010-06-03 02:04:56