Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1915356 - Add PGP Thunderbird integration section in SecureMail help page #2304

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ be required to decrypt it to view the reset instructions.

<h2>PGP</h2>

<h3>Setup</h3>

<b>PGP keys must be ASCII-armoured - i.e. text, with the first line containing BEGIN PGP PUBLIC KEY.</b></p>

<p>If you already have your own PGP key in a keyring, skip straight to step 3. Otherwise:</p>
Expand Down Expand Up @@ -123,6 +125,18 @@ be required to decrypt it to view the reset instructions.
</li>
</ol>

<h3>Thunderbird</h3>

<ul>
<li>Open Thunderbird.</li>
<li>Open Account Settings.</li>
<li>Open End-To-End Encryption.</li>
<li>In the OpenPGP section, click Add Key and create a new key.</li>
<li>Back in the End-To-End Encryption settings, click on OpenPGP Key Manager.</li>
<li>Click your new key and then File -> Export Public Key(s) to a file.</li>
<li>Copy and paste the file contents to the Secure Mail preferences in your Bugzilla settings.</li>
</ul>

<p>Further reading: <a href="https://www.madboa.com/geek/gpg-quickstart/">GPG Quickstart</a>.</p>

[% PROCESS global/footer.html.tmpl %]
Expand Down
Loading