Nov 06 2009

Tools for setting up SSL in IIS on your developer PC

http://www.codeproject.com/KB/WCF/7stepsWCF.aspx

http://blogs.msdn.com/fai/archive/2009/04/17/granting-permission-to-certificate.aspx

Command for creating a cert: 
makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=MyServerCert -sky exchange –pe

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Comments are closed