How to specifiy key size in the CertCreateSelfSignCertificate function

Posted by sako73 on Stack Overflow See other posts from Stack Overflow or by sako73
Published on 2010-06-17T21:59:24Z Indexed on 2010/06/17 22:03 UTC
Read the original article Hit count: 182

I am using the function CertCreateSelfSignCertificate (http://msdn.microsoft.com/en-us/library/aa376039(VS.85).aspx) to generate a certificate. I need to specify the key size to be 2048. I do not see how to provide this parameter.

I would appreciate any help in this matter.

Thanks.

© Stack Overflow or respective owner

Related posts about winapi

Related posts about encryption