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

« back to all changes in this revision

Viewing changes to src/webui/templates/help/help_find_gpg_fingerprint.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
 
To start using an OpenPGP key, you will need to <span
3
 
    class="accordion__toggle">find its fingerprint</span>, 
4
 
    and paste it into the form below.
5
 
<div class="inline-help">
6
 
  <h4>Finding your OpenPGP Fingerprint</h4>
7
 
  <section class="inline-help-cli">
8
 
    <h5>Command Line</h5>
9
 
    <p>Open a terminal and enter:</p>
10
 
 
11
 
    <p class="code"><code>gpg --fingerprint</code></p>
12
 
 
13
 
    <p>GPG will display a message similar to:</p>
14
 
 
15
 
    <p class="code"><code>pub   1024D/12345678 2007-01-26<br />
16
 
             Key fingerprint = <span class="key-fingerprint">0464 39CD 2486 190A 2C5A  0739 0E68 04DC 16E7 CB72</span><br />
17
 
             Geoffrey Hayes (My OpenPGP key) &lt;geoffrey@bungle.com&gt;<br />
18
 
             sub   2048g/ABCDEF12 2007-01-26</code>
19
 
    </p>
20
 
 
21
 
    <p>
22
 
      Highlight and copy only the numeric fingerprint (&ldquo;0464 39CD 2486 190A 2C5A  0739 0E68 04DC 16E7 CB72&rdquo; in the example above).
23
 
    </p>
24
 
  </section>
25
 
  <section class="inline-help-desktop">
26
 
    <h5>Desktop</h5>
27
 
 
28
 
    <p>The easiest way to find your OpenPGP key fingerprint in Ubuntu is to use Seahorse, also known as the Passwords and Keys tool.</p>
29
 
    <ol>
30
 
      <li>Open Seahorse (Passwords and Keys).</li>
31
 
      <li>Right click on your OpenPGP key, and select properties.</li>
32
 
      <li>Click the Details tab, and copy your Fingerprint.</li>
33
 
    </ol>
34
 
    <div class="inline-help-images">
35
 
      <figure>
36
 
        <img src="{% static 'identityprovider/img/help/gpg-help-seahorse-fingerprint.png' %}">
37
 
        <figcaption>Find your key's fingerprint.</figcaption>
38
 
      </figure>
39
 
    </div>
40
 
  </section>
41
 
  </div>