summaryrefslogtreecommitdiffstats
path: root/extensions/SecureMail
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-02-12 15:55:52 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-02-12 15:55:52 +0100
commit106755b31a9c5a58091b742cfd7eda63eaa9c507 (patch)
tree064d91f6215fb80d9c476819a08d4d400c42a84f /extensions/SecureMail
parent37582cecb75ccadc2017a1472da8da62150b4289 (diff)
downloadbugzilla-106755b31a9c5a58091b742cfd7eda63eaa9c507.tar.gz
bugzilla-106755b31a9c5a58091b742cfd7eda63eaa9c507.tar.xz
Bug 840279 - please add -nokeys to the S/MIME export example
Diffstat (limited to 'extensions/SecureMail')
-rw-r--r--extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl11
1 files changed, 5 insertions, 6 deletions
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:</p>
<p>
-<code>openssl pkcs12 -in certificate.p12 -out certificate.pem -nodes</code></p>
+<code>openssl pkcs12 -in certificate.p12 -out certificate.pem -nodes -nokeys</code></p>
<p>
-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 <b>not</b> the section beginning
-"BEGIN RSA PRIVATE KEY", and it is not any of the intermediate certificates or root certificates.</p>
+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").</p>
-<p>
-<b>Note: the .pem file has your private key in plaintext. Delete it once you have copied the public key out of it!</b></p>
+<p>Paste the contents of the certificate into the SecureMail text field in [% terms.Bugzilla %].</p>
<h2>PGP</h2>