]> git.notmuchmail.org Git - notmuch/blobdiff - test/smime/README
test: initial tests for S/MIME and notmuch-emacs
[notmuch] / test / smime / README
diff --git a/test/smime/README b/test/smime/README
new file mode 100644 (file)
index 0000000..92803c7
--- /dev/null
@@ -0,0 +1,7 @@
+test.crt: self signed certificated
+    % gpgsm --gen-key # needs gpgsm 2.1
+
+key+cert.pem: cert + unencryped private
+    % gpsm --import test.crt
+    % gpgsm --export-private-key-p12 -out foo.p12  (no passphrase)
+    % openssl pkcs12 -in ns.p12 -clcerts -nodes > key+cert.pem