~launchpad-pqm/launchpad/devel

8538.2.2 by matthew.revell at canonical
Help files for editpgpkeys pop-up help.
1
<html>
2
  <head>
3
    <title>Importing an OpenPGP key</title>
4
    <link rel="stylesheet" type="text/css"
10108.1.7 by matthew.revell at canonical
Updated all help pop-ups for new css file locations. Bug 506491
5
          href="/+icing/yui/cssreset/reset.css" />
6
    <link rel="stylesheet" type="text/css"
7
          href="/+icing/yui/cssfonts/fonts.css" />
8
    <link rel="stylesheet" type="text/css"
9
          href="/+icing/yui/cssbase/base.css" />
8538.2.2 by matthew.revell at canonical
Help files for editpgpkeys pop-up help.
10
  </head>
11
  <body>
12
    <h1>Importing an OpenPGP key</h1>
13
14
    <p>To import your OpenPGP key into Launchpad, you first need the key's fingerprint.</p>
15
14388.1.5 by William Grant
Use new help directories.
16
    <p><strong>Note:</strong> You must ensure your <a href="/+help-registry/openpgp-keys.html#publish">key is in the Ubuntu keyserver</a> before you try to add it to Launchpad.</p>
8538.2.2 by matthew.revell at canonical
Help files for editpgpkeys pop-up help.
17
18
    <h2>Retrieving the key in Ubuntu</h2>
19
11795.1.4 by Curtis Hovey
Updated fingerprint docs.
20
    <p>
21
      The easiest way to generate a new OpenPGP key in Ubuntu is to use the
22
      <em>Passwords and Encryption Keys</em> tool. If you are using Ubuntu
23
      10.04 or an earlier version, it is located at
24
      <em>Applications &gt; Accessories &gt; Passwords and Encryption Keys</em>.
25
      In Ubuntu 10.10 and later versions, it is located at
26
      <em>System &gt; Preferences &gt; Passwords and Encryption Keys</em>.
27
    </p>
28
29
    <p>
11795.1.7 by Curtis Hovey
revised help text.
30
      <strong>Step 1</strong> Open <em>Passwords and Encryption Keys</em>.
11795.1.4 by Curtis Hovey
Updated fingerprint docs.
31
    </p>
32
33
    <p>
11795.1.7 by Curtis Hovey
revised help text.
34
      <strong>Step 2</strong> Select the <em>My Personal Keys</em> tab, select
35
      your key and open the property window by pressing Space Bar or double
36
      clicking with your pointer. Select the Details tab of the property
37
      window.
11795.1.4 by Curtis Hovey
Updated fingerprint docs.
38
    </p>
39
40
    <p>
41
      <strong>Step 3</strong> Select the Fingerprint text (the ten blocks of
42
      numbers and letter). Copy the text by pressing the
11795.1.7 by Curtis Hovey
revised help text.
43
      <code>Ctrl+c</code> keys together.
11795.1.6 by Curtis Hovey
Fixed invalid markup.
44
    </p>
11795.1.4 by Curtis Hovey
Updated fingerprint docs.
45
46
    <h2>Retrieving the key using the GPG command</h2>
47
8538.2.2 by matthew.revell at canonical
Help files for editpgpkeys pop-up help.
48
    <p>Open a terminal and enter:</p>
49
50
    <p><code>gpg --fingerprint</code></p>
51
52
    <p>GPG will display a message similar to:</p>
53
54
    <p><code>pub   1024D/12345678 2007-01-26<br />
55
             Key fingerprint = 0464 39CD 2486 190A 2C5A  0739 0E68 04DC 16E7 CB72<br />
56
             Geoffrey Hayes (My OpenPGP key) &lt;geoffrey@bungle.com&gt;<br />
57
             sub   2048g/ABCDEF12 2007-01-26</code>
58
    </p>
59
11795.1.6 by Curtis Hovey
Fixed invalid markup.
60
    <p>
61
      Highlight and copy only the numeric fingerprint: <code>0464 39CD 2486 190A 2C5A  0739 0E68 04DC 16E7 CB72</code> in the example above.
62
    </p>
8538.2.2 by matthew.revell at canonical
Help files for editpgpkeys pop-up help.
63
  </body>
64
</html>