6.0.0-git
2024-04-26

Diff for Doc/Dev/SMIME between and 1

+ 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>