views:

76

answers:

2

I'd like to create a new X.509 certificate in .NET, that meet the hash algorithm and key length requirements that I set. This will be a self-signed certificate. Creating a new certificate may create a new key, or perhaps I'd like to import an existing private key that I have in byte[] form.

Does anyone know how to do it?

+1  A: 

One of the options is to use PKIBlackbox package of our SecureBlackbox product. PKIBlackbox lets you create certificate requests, create new certificates and issue and re-issue certificates using existing keys.

Eugene Mayevski 'EldoS Corp
+2  A: 

Hi

Maybe this post can be helpful. I use this code in our test environment to create self signed certificates.

Best

Vagaus