[Mono-list] makecert public and private certificates in OpenSSL

Sebastien Pouliot sebastien.pouliot at gmail.com
Sat Aug 20 10:45:56 EDT 2005


Hello Matthijs,

On Sat, 2005-20-08 at 12:04 +0200, Matthijs ter Woord wrote:
> Is it possible to use the certificates generates with makecert.exe
> with OpenSSL?

OpenSSL doesn't support the default PVK format that MS use with
makecert. Recent versions of Mono's makecert can create certificates and
private keys in the PKCS#12 format, which OpenSSL supports (but it's not
it's default format).

Note that there's currently no way (i.e. tools) to convert existing PVK
+CER to PKCS#12 files, but this should be easy (few lines) to do using
Mono.Security.dll if you need that.

Sebastien



More information about the Mono-list mailing list