summaryrefslogtreecommitdiffstats
path: root/en-US/GPG.xml
diff options
context:
space:
mode:
Diffstat (limited to 'en-US/GPG.xml')
-rw-r--r--en-US/GPG.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/en-US/GPG.xml b/en-US/GPG.xml
new file mode 100644
index 0000000..7670e32
--- /dev/null
+++ b/en-US/GPG.xml
@@ -0,0 +1,25 @@
+
+<?xml version='1.0' encoding='utf-8' ?>
+ <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Cookbook.ent">
+ %BOOK_ENTITIES;
+]>
+<!-- Do not edit above this line -->
+<!--
+ Please provide some information so we can give you credit:
+ name: Eric "Sparks" Christensen
+ fas_id: Sparks
+ email: sparks@fedoraproject.org
+-->
+
+<section id="GnuPG">
+ <title>GnuPG</title>
+ <para>
+ <firstterm>GNU Privacy Guard</firstterm> or <firstterm>GnuPG</firstterm> or just plain <firstterm>GPG</firstterm> is an open source iteration of <firstterm>Pretty Good Privacy</firstterm> (PGP) and provides authentication and encryption for email and files based on asymmetric cryptography. Using GPG allows an individual or organization to help protect their coorespondances as they cross the Internet or other medium.
+ </para>
+ <xi:include href="Creating_GPG_Keys.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+</section>
+
+