Self-Signed Certificates Under IIS
Today I had to create a self-signed certificate for use during development on an IIS site. I realized I didn’t know
how to do this under Windows, so I did a web search. Apparently, the answer is “use Unix.”
These instructions generated a self-signed cert which works fine under IIS. The instructions say to use linux, but I ran them without trouble under FreeBSD. I bet they’d run under Cygwin, too.
http://eal.us/blog/_archives/2003/6/2/25109.html

