[cvs] [Wiki] created: Doc/Dev/SMIME
Michael Slusarz
slusarz at horde.org
Wed Oct 21 20:13:09 UTC 2009
slusarz Wed, 21 Oct 2009 16:13:09 -0400
Created page: http://wiki.horde.org/Doc/Dev/SMIME
+ S/MIME Debugging
A sample public/private key can be found in
[http://bugs.horde.org/ticket/8629 Bug #8629].
To convert to PKCS #12 format, the following should work:
<code>
openssl pkcs12 -export -in <file with public key> -inkey <file with
private key> -out smime.p12
</code>
More information about the cvs
mailing list