[seahorse] help: Add pgp-export.page



commit de9296a6419d9d2adcb1ad38d906ce6a53891fd2
Author: Aruna Sankaranarayanan <arunasank src gnome org>
Date:   Tue Sep 10 22:21:06 2013 +0530

    help: Add pgp-export.page

 help/C/pgp-export.page |   83 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 83 insertions(+), 0 deletions(-)
---
diff --git a/help/C/pgp-export.page b/help/C/pgp-export.page
new file mode 100644
index 0000000..78e35a9
--- /dev/null
+++ b/help/C/pgp-export.page
@@ -0,0 +1,83 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" style="task"
+      id="pgp-export">
+
+  <info>
+    <link type="guide" xref="pgp"/>
+
+    <revision pkgversion="3.9" date="2013-09-10" status="draft"/>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <credit type="author copyright">
+      <name>Aruna Sankaranarayanan</name>
+      <email its:translate="no">aruna evam gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <desc>Export your public and private PGP keys to store them in
+    keyfiles.</desc>
+  </info>
+
+  <title>Export PGP keys</title>
+
+  <p>Export the contents of your PGP keys and store them in keyfiles, to have a
+  backup of your keys or to share your public key with someone.</p>
+
+  <section id="public">
+    <title>To export your public PGP key</title>
+
+    <steps>
+      <item>
+       <p>Select the <gui>GnuPG keys</gui> keyring from the left side
+       panel.</p>
+      </item>
+      <item>
+       <p>Select the <gui>Personal PGP key</gui> that has to be exported, from
+       the list.</p>
+      </item>
+      <item>
+       <p>Select <guiseq><gui>File</gui><gui>Export…</gui></guiseq>.</p>
+      </item>
+      <item>
+       <p>To store the keys in the ASCII format, select
+       <gui>Armored PGP keys</gui> from the menu above the
+       <gui style="button">Export</gui> button.</p>
+      </item>
+      <item>
+       <p>Choose a location for your keyfile, and press
+       <gui style="button">Export</gui> to finish.</p>
+      </item>
+    </steps>
+
+  </section>
+
+  <section id="private">
+    <title>To export your private PGP key</title>
+
+    <steps>
+      <item>
+       <p>Select the <gui>GnuPG keys</gui> keyring from the left side
+       panel.</p>
+      </item>
+      <item>
+       <p>Select the <gui>Personal PGP key</gui> that has to be exported, from
+       the list.</p>
+      </item>
+      <item>
+       <p>Right click on the selected key and select
+       <guiseq><gui>Properties</gui><gui>Details</gui></guiseq>.</p>
+      </item>
+      <item>
+       <p>Press the <gui style="button">Export</gui> button.</p>
+      </item>
+      <item>
+       <p>Choose a location for your keyfile, and press
+       <gui style="button">Export</gui> to finish.</p>
+      </item>
+    </steps>
+
+  </section>
+
+</page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]