z/OS Cryptographic Services PKI Services Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


The pkiserv.envars environment variables file

z/OS Cryptographic Services PKI Services Guide and Reference
SA23-2286-00

The following code sample is for the pkiserv.envars environment variables file. (For information about updating the environment variables file, see Optionally updating PKI Services environment variables.) The following listing might not be identical to the code sample shipped with the product. For the most current sample, see the pkiserv.envars file in the source directory /usr/lpp/pkiserv/samples/.

#-------------------------------------------------------------------#
#                                                                   #
# PKI Services sample environment variable file                     #
#                                                                   #
# Licensed Materials - Property of IBM                              #
# 5694-A01                                                          #
# Copyright IBM Corp.  2001, 2010                                   #
# Status = HKY7770                                                  #
#                                                                   #
#-------------------------------------------------------------------#
#
# Language and Path configurations
#
#  Note: The PATH statement should be set to ensure the PKI Services
#        daemon uses the correct version of sendmail command based
#        on your configuration of sendmail/smtp. When running the
#        smtp server, the PATH should be set to find sendmail in the
#        /bin directory. When sendmail is configured to not use an
#        smtp server, the PATH should be set to find sendmail in the
#        /usr/sbin directory.
#
LANG=En_US.IBM-1047
PATH=/bin
LIBPATH=/usr/lpp/pkiserv/lib:/usr/lib
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lpp/pkiserv/lib/nls/msg/%L/%N

#
# When running as a CA Domain, set the CA Domain name by assigning
# desired value to the _PKISERV_CA_DOMAIN variable.
# Note: The first eight characters must be unique.
#
# example: _PKISERV_CA_DOMAIN=WebAppCA

#
# Configuration File location and Message configuration Options
#
_PKISERV_CONFIG_PATH=/etc/pkiserv
_PKISERV_MSG_LOGGING=stdout_logging
_PKISERV_MSG_LEVEL=*.w

#
# Set up a directory for PKI Services to write persistent data. The
# maximum length is 256 characters including the trailing /.
# The default is /var/pkiserv/.
#
# example: _PKISERV_VARDIR=/var/pkiserv/

#
# Set up an exit program for autorenew. The maximum length is 256
# characters including the program name.
#
# example: _PKISERV_EXIT=/mydir/renewexit

#
# Enable the JSP Webpages and XML Template.
#
#_PKISERV_ENABLE_JSP=TRUE

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014