[Mono-list] makecert

Sebastien Pouliot sebastien.pouliot at gmail.com
Fri May 8 07:51:25 EDT 2009


On Thu, 2009-05-07 at 17:14 -0700, FlappySocks wrote:
> The makecert utility creates a 1024 bits RSA key pair.  What can I use to
> generate a different sized key?

makecert generates its own, 1024 bits, keypair if you did not supply a
private key as an argument, i.e. "-sv private.pvk" where the file
already exists.

The tool is to create test certificates, not key pairs. See makecert(1)
for details (arguments are compatible with MS version of makecert).

Sebastien




More information about the Mono-list mailing list