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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
