Friday, June 8, 2007

Create of test certificate for printer signing

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

No comments: