diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2017-03-16 06:22:09 +0100 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2017-03-16 22:58:50 +0100 |
| commit | 51b72a348f61544a98850fcd7e5341322b899d3b (patch) | |
| tree | 81c410c035b3728fdecde2bd5fcdbf5d221fb807 /base/common/share/etc | |
| parent | 6b9fc4b77fbd9ce3c8b1ed72bbc78aab7e28c0de (diff) | |
| download | pki-51b72a348f61544a98850fcd7e5341322b899d3b.tar.gz pki-51b72a348f61544a98850fcd7e5341322b899d3b.tar.xz pki-51b72a348f61544a98850fcd7e5341322b899d3b.zip | |
Exporting environment variables for PKI client.
The default pki.conf has been modified to export the environment
variables such that they can be used by PKI client.
Diffstat (limited to 'base/common/share/etc')
| -rw-r--r-- | base/common/share/etc/pki.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/base/common/share/etc/pki.conf b/base/common/share/etc/pki.conf index 97f3777fe..5eeb18792 100644 --- a/base/common/share/etc/pki.conf +++ b/base/common/share/etc/pki.conf @@ -1,11 +1,19 @@ # Java home JAVA_HOME=${JAVA_HOME} +export JAVA_HOME # JNI jar file location JNI_JAR_DIR=/usr/lib/java +export JNI_JAR_DIR # PKI library PKI_LIB=/usr/share/pki/lib +export PKI_LIB # logging configuration location LOGGING_CONFIG=/usr/share/pki/etc/logging.properties +export LOGGING_CONFIG + +# PKI CLI options +PKI_CLI_OPTIONS= +export PKI_CLI_OPTIONS |
