#423 System-wide configuration
Closed: Fixed Opened by edewata.

A system-wide configuration can be used to store the default settings for all PKI instances on the system (e.g. Java path, Tomcat path, RESTEasy path, theme). For example:

% cat /etc/pki/pki.conf
JAVA_HOME=/usr/lib/jvm/java
TOMCAT_HOME=/usr/share/tomcat
RESTEASY_LIB=/usr/share/java/resteasy
PKI_THEME=dogtag

This way the package can be customized for different Linux distributions by patching the system-wide configuration file. It's no longer necessary to modify the startup scripts to handle various distributions.

Each instance should still be able to override these settings in a local configuration file.


master:

  • 9996d71e1a4fb7a8ca6752b83e4f2393dbefa76b

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: 10.0.0-0.X.rc1

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/994

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata