0

How can I create a SSL certificate, for testing purposes, on my local machine in a portable file such that I can move it to the Windows Server 2003 machine and install it there for a ASP.Net website?

Zolomon
  • 335
  • 2
  • 10

2 Answers2

1

You can check the article Certificate Creation Tool (Makecert.exe).

Vivek Kumbhar
  • 3,073
  • 1
  • 18
  • 13
0

The information found on this website; http://www.xenocafe.com/tutorials/self_signed_cert_IIS/self_signed_cert_IIS-part1.php explained the steps in detail on how to create a self signed SSL certificate and how to import it to my server!

Zolomon
  • 335
  • 2
  • 10