Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/encukou/pki
Dogtag PKI, cloned from git://git.fedorahosted.org/git/pki.git
https://github.com/encukou/pki
Last synced: 26 days ago
JSON representation
Dogtag PKI, cloned from git://git.fedorahosted.org/git/pki.git
- Host: GitHub
- URL: https://github.com/encukou/pki
- Owner: encukou
- License: other
- Created: 2015-07-01T18:48:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T14:20:29.000Z (about 9 years ago)
- Last Synced: 2023-03-11T13:19:26.650Z (over 1 year ago)
- Language: Shell
- Size: 23.4 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
# BEGIN COPYRIGHT BLOCK
# (C) 2008 Red Hat, Inc.
# All rights reserved.
# END COPYRIGHT BLOCKThis 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