summaryrefslogtreecommitdiffstats
path: root/pki/README
diff options
context:
space:
mode:
authorPKI Team <PKI Team@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2008-03-18 22:36:57 +0000
committerPKI Team <PKI Team@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2008-03-18 22:36:57 +0000
commitd0f2e4efbd3eb0f1d7f5a28e7f97c1fb4ec027bb (patch)
tree7e7473fae8af5ad7e6cda7eabbef787093fc59a7 /pki/README
parent273f8d85df5c31293a908185622b378c8f3cf7e8 (diff)
downloadpki-d0f2e4efbd3eb0f1d7f5a28e7f97c1fb4ec027bb.tar.gz
pki-d0f2e4efbd3eb0f1d7f5a28e7f97c1fb4ec027bb.tar.xz
pki-d0f2e4efbd3eb0f1d7f5a28e7f97c1fb4ec027bb.zip
Initial open source version based upon proprietary Red Hat Certificate System (RHCS) 7.3.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/README')
-rw-r--r--pki/README42
1 files changed, 42 insertions, 0 deletions
diff --git a/pki/README b/pki/README
new file mode 100644
index 000000000..53a33c0aa
--- /dev/null
+++ b/pki/README
@@ -0,0 +1,42 @@
+# BEGIN COPYRIGHT BLOCK
+# (C) 2008 Red Hat, Inc.
+# All rights reserved.
+# END COPYRIGHT BLOCK
+
+This Certificate System is open-source software.
+
+Please comply with the LICENSE contained in each of
+the individual components, and the EXPORT CONTROL
+regulations defined at:
+
+ http://pki-svn.fedora.redhat.com/wiki/PKI_Download
+
+
+These directories contain the following:
+
+ README - This file.
+
+ base/ - Contains most of the base source code
+ needed to build this project. Note that
+ this directory does NOT contain
+ implementation specific user-interface
+ components required to build a working
+ Certificate System.
+
+ linux/ - Contains the scripts and user-interface
+ components necessary to build a sample
+ "generic" working Certificate System.
+ The scripts in this directory leverage
+ the base source code located in the
+ "base/" directory, and are known to
+ work on both 32-bit and 64-bit
+ "Fedora 8" operating systems. Users
+ who wish to experiment with this project
+ should focus on this directory first.
+
+
+Detailed instructions for building, installing, and
+running this project are located at:
+
+ http://pki-svn.fedora.redhat.com/wiki/PKI_Main_Page
+