Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.34 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.34 KB

Dogtag PKI

Build Status

(C) 2008 Red Hat, Inc. All rights reserved.

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://www.dogtagpki.org/wiki/PKI_Download

Content

These directories contain the following:

  • 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.

  • cmake

    These files and this directory contain the top-level files necessary to integrate the CMake build system in pki.

  • scripts

    Contains "scripts" used by this certificate system. This directory contains numerous "compose" scripts useful for building RPMS/SRPMS of the various certificate system components.

  • themes

    Contains the scripts and user-interface components to customize PKI web UI and console.

  • tools

    Contains utilities useful to certificate system components.

Development

To build the project, see Building PKI.

See Also