Forget OpenSSL.... use MakeCert.exe from VS it is much better for windows uses.
Use this input to makecert, so that it create certificate that you import in cert store. Then you import it into trusted root cert store. And voila you have cert for testing your printer drivers.
makecert -r -pe -n "CN=XYZ Company" -sky exchange -ss my certname.cer
Friday, June 8, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment