From 106755b31a9c5a58091b742cfd7eda63eaa9c507 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 12 Feb 2013 09:55:52 -0500 Subject: Bug 840279 - please add -nokeys to the S/MIME export example --- .../template/en/default/pages/securemail/help.html.tmpl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'extensions/SecureMail') diff --git a/extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl b/extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl index f87ac82cb..076b3e26c 100644 --- a/extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl +++ b/extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl @@ -45,15 +45,14 @@ You'll need to provide a password when you export - pick a strong one, and then Then, you need to convert it to a .pem file. If you have OpenSSL installed, one way is as follows:

-openssl pkcs12 -in certificate.p12 -out certificate.pem -nodes

+openssl pkcs12 -in certificate.p12 -out certificate.pem -nodes -nokeys

-Open the .pem file in a text editor. You can recognise the public key because it starts "BEGIN CERTIFICATE" and ends "END CERTIFICATE" and -has an appropriate friendly name (e.g. "StartCom Free Certificate Member's StartCom Ltd. ID"). It is not the section beginning -"BEGIN RSA PRIVATE KEY", and it is not any of the intermediate certificates or root certificates.

+Open the .pem file in a text editor. You can recognise the public key because +it starts "BEGIN CERTIFICATE" and ends "END CERTIFICATE" and +has an appropriate friendly name (e.g. "StartCom Free Certificate Member's StartCom Ltd. ID").

-

-Note: the .pem file has your private key in plaintext. Delete it once you have copied the public key out of it!

+

Paste the contents of the certificate into the SecureMail text field in [% terms.Bugzilla %].

PGP

-- cgit v1.2.3-24-g4f1b