GitXplorerGitXplorer
t

pki_old

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
671157f430eb6fa46ad2132758e3d06f602724f4

Fixed pylint error in pki.authority.

eedewata committed 8 years ago
Unverified
269f7d62ab3c8d13f7746fccb69cb0b305c46fb9

Fixed pylint errors in pki.server.cli.subsystem.

eedewata committed 8 years ago
Unverified
1d3216aece7381cbac7b812dfbb969b466b31abe

Fixed default subsystems for top-level CLI commands.

eedewata committed 8 years ago
Unverified
01b510f51992e04ffc84aefdd2d3e1f09b09b480

Removed duplicate PROP_EXPIRATION_TIME constant.

eedewata committed 8 years ago
Unverified
939896c06013065a7566002a2708d4598d3d7b96

Removed duplicate PROP_MAX_FILE_SIZE constant.

eedewata committed 8 years ago
Unverified
8d60caa44803915c153e1919ccaf08b166d38190

Removed duplicate PROP_ROLLOVER_INTERVAL constant.

eedewata committed 8 years ago

README

The README file for this repository.

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.fedoraproject.org/wiki/PKI_Download

These directories contain the following:

CMakeLists.txt COPYING CPackConfig.cmake ConfigureChecks.cmake DefineOptions.cmake cmake_uninstall.cmake.in config.h.cmake cmake/ - These files and this directory contain the top-level files necessary to integrate the CMake build system in pki.

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.

dogtag/  - Contains the scripts and user-interface
           components necessary to build a sample
           working "Dogtag 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" operating systems.  Users
           who wish to experiment with this project
           should focus on this directory first.

patches/ - Contains "patches" needed for specific
           versions of this certificate system.

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.

specs/   - Contains RPM spec files used for
           building RPMS/SRPMS of the various
           certificate system components.

tools/   - Contains utilities useful to
           certificate system components.

Detailed instructions for building, installing, and running this project are located at:

http://pki.fedoraproject.org/wiki/PKI_Main_Page