notmuch/test/smime
David Bremner 126347b694 Import notmuch_0.38.2.orig.tar.xz
[dgit import orig notmuch_0.38.2.orig.tar.xz]
2023-12-01 07:51:09 -04:00
..
0xE0972A47.p12 Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
bob.p12 Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
ca.crt Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
key+cert.pem Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
README Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
test.crt Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00

test.crt: self signed certificated
    % gpgsm --gen-key # needs gpgsm 2.1

key+cert.pem: cert + unencryped private
    % gpgsm --import test.crt
    % gpgsm --export-private-key-p12 -out foo.p12  (no passphrase)
    % openssl pkcs12 -in ns.p12 -clcerts -nodes > key+cert.pem

ca.crt: from https://tools.ietf.org/id/draft-dkg-lamps-samples-01.html#name-certificate-authority-certi