[Wiki] created: Doc/Dev/SMIME
Michael Slusarz <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
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> -- To unsubscribe, mail: [email protected]