Skip to content

marcelmaatkamp/pdt-openxpki-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

215 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenXPKI basic system configuration

This directory contains a minimum and complete configuration set to run a OpenXPKI instance using the WebUI.

All contents need to be copied to /etc/openxpki/.

Log configuration (log.conf)

OpenXPKI uses Log4perl for its logging system. The location of the configuration file is set in the systems configuration, where the default is /etc/openxpki/log.conf.

The file is ready for use so you can just copy it.

Global system configuration (config.d/system)

Global system configuration, such as path to binaries and database, will work on Debian and most other systems as is.

Minimal changes: You must configure your database settings and adjust the URI and names of your realms.

realm configuration (config.d/realm/ca-one)

A single OpenXPKI instance can be used to run more than one logical certification authority - we call this a "realm". The example config comes with one preconfigured realm named "ca-one" which is "ready to go" for a first testdrive. You can create additional realms by just making a copy of the directory (cp -pr ca-one ca-two) and put it into system/realm.yaml.

About

Keeps a sample configuration for OpenXPKI. You can clone from this repo to manage your own configuration while keeping track of the upstream changes.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 100.0%