View Single Post
  #2  
Old 27th Mar 04, 07:56 PM
HotRod HotRod is offline
Senior Member
 
Join Date: Jul 2001
Location: Jersey
Posts: 285
HotRod is an unknown quantity at this point
Send a message via ICQ to HotRod
After hunting around found out you can make your own certs. Attached is the file to do it and here is the command line

makecert -r -pe -n "CN=<NAME>" -b 03/25/2004 -e 01/01/2036 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr localMachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12

_http://www.inventec.ch/chdh/notes/14.htm
Reply With Quote