Closed
Bug 905555
Opened 11 years ago
Closed 11 years ago
S/MIME help talks only about openssl where Thunderbird GUI would work also
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: hsivonen, Assigned: gerv)
References
()
Details
Attachments
(1 file)
2.75 KB,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
https://bugzilla.mozilla.org/page.cgi?id=securemail/help.html instructs the user to use openssl to extract a .pem public part from a .p12 file. It would be nice to also say that if you've imported the .p12 file into Thunderbird, you can export a .pem from the GUI by viewing the cert and clicking the export button from the cert viewer window.
Assignee | ||
Comment 1•11 years ago
|
||
Draft some text and I'll make a patch :-)
Gerv
Assignee: nobody → gerv
Reporter | ||
Comment 3•11 years ago
|
||
* Open Preferences in Thunderbird.
* Activate the Advanced pane.
* Activate the Certificates tab.
* Press the button View Certificates.
* Press the Import button.
* Open your .p12 file.
* Enter the password for unlocking the .p12 if asked.
* Select the line in the tree widget that represents the certificate you imported.
* Press the View button.
* Activate the Details tab.
* Press the Export button.
* Choose where to save the .pem file.
Assignee: hsivonen → gerv
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8383590 -
Flags: review?(glob)
Comment on attachment 8383590 [details] [diff] [review]
Patch v.1
Review of attachment 8383590 [details] [diff] [review]:
-----------------------------------------------------------------
r=glob, with the following comments to be fixed prior to commit.
::: extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl
@@ +50,5 @@
> +<li>Press the button View Certificates.
> +<li>Press the Import button.
> +<li>Open your .p12 file.
> +<li>Enter the password for unlocking the .p12 if asked.
> +</ul>
all these <li> tags need to be closed
@@ +66,5 @@
> +<li>Select the line in the tree widget that represents the certificate you imported.
> +<li>Press the View button.
> +<li>Activate the Details tab.
> +<li>Press the Export button.
> +<li>Choose where to save the .pem file.
</li> here too
@@ +73,5 @@
> +<p>Paste the contents of the .pem file into the SecureMail text field in [% terms.Bugzilla %].</p>
> +
> +<h3>OpenSSL</h3>
> +
> +<p>Or, if you have the OpenSSL package installed, do the following:</p>
s/the OpenSSL package/OpenSSL/
"package" doesn't apply to all os's.
Attachment #8383590 -
Flags: review?(glob) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Counting objects: 19, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (10/10), 1.08 KiB | 0 bytes/s, done.
Total 10 (delta 5), reused 0 (delta 0)
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
99ec913..b906459 master -> master
Counting objects: 19, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (10/10), 1.08 KiB | 0 bytes/s, done.
Total 10 (delta 5), reused 0 (delta 0)
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
99ec913..7adf41b 4.2 -> 4.2
Gerv
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: Extensions: SecureMail → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•