~maxiberta/canonical-identity-provider/prevent-forgot-password-user-enumeration

« back to all changes in this revision

Viewing changes to src/webui/templates/help/help_sync_gpg_keys.html

  • Committer: Thomi Richards
  • Date: 2016-11-01 11:13:34 UTC
  • mto: This revision was merged to the branch mainline in revision 1537.
  • Revision ID: thomi.richards@canonical.com-20161101111334-jd0lhwhtls5x3iu0
Remove more gpg-related bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% load staticfiles %}
2
 
The key must also be <span class="accordion__toggle">synced and published to the Ubuntu Key Server</span>.
3
 
<div class="inline-help">
4
 
  <h4>Sync and Publish your OpenPGP key</h4>
5
 
 
6
 
  <p>Your key is useful only if other people can verify items that you
7
 
    sign. By syncing and publishing your key to the Ubuntu keyserver,
8
 
    you can make your public key available to anyone else.</p>
9
 
  <section class="inline-help-cli">
10
 
    <h5>Command Line</h5>
11
 
    <p>Open a terminal and enter:</p>
12
 
    <p class="code"><code>gpg --keyserver hkp://keyserver.ubuntu.com --send-key "0464 39CD 2486 190A 2C5A 0739 0E68 04DC 16E7 CB72"</code></p>
13
 
    <p>Note: Replace example fingerprint above with your fingerprint.</p>
14
 
    <p>Please note: it can take up to thirty minutes before your key is available.</p>
15
 
  </section>
16
 
  <section class="inline-help-desktop">
17
 
    <h5>Desktop</h5>
18
 
    <ol>
19
 
      <li>
20
 
        Open Seahorse (Passwords and Keys).
21
 
      </li>
22
 
      <li>Select the My Personal Keys tab, select your key.</li>
23
 
      <li>Select Remote > Sync and Publish Keys from the menu.</li>
24
 
      <li>Click the Key Servers button.
25
 
        <figure>
26
 
          <img src="{% static 'identityprovider/img/help/gpg-help-seahorse-edit-keyservers.png' %}">
27
 
          <figcaption>Edit Key Servers by clicking the Key Servers button</figcaption>
28
 
        </figure>
29
 
      </li>
30
 
      <li>Set the 'Publish Keys to' dropdown to <code>hkp://keyserver.ubuntu.com:11371</code> and click the Close button.
31
 
        <figure>
32
 
          <img src="{% static 'identityprovider/img/help/gpg-help-seahorse-push-to-ubuntu-keyserver.png' %}">
33
 
          <figcaption>Ensure keys will be published to hkp://keyserver.ubuntu.com:11371</figcaption>
34
 
        </figure>
35
 
      </li>
36
 
      <li>Finally, click the Sync button.
37
 
        <figure>
38
 
          <img src="{% static 'identityprovider/img/help/gpg-help-seahorse-sync.png' %}">
39
 
          <figcaption>Sync your key to the Ubuntu keyserver</figcaption>
40
 
        </figure>
41
 
      </li>
42
 
    </ol>
43
 
    <p>Please note: it can take up to thirty minutes before your key is available.</p>
44
 
  </section>
45
 
 
46
 
</div>