# The prefix for the VOMS Admin installation
PREFIX=/

# The path where VOMS Admin configuration files are located
# Do not change this unless you know exactly what you are doing
CONF_DIR=/etc/voms-admin

# The user under which the VOMS Admin process will run
VOMS_USER=voms

# Oracle library path
ORACLE_LIBRARY_PATH=/usr/lib64/oracle/11.2.0.3.0/client/lib64

# Default oracle tnsnames.ora location
TNS_ADMIN=/etc/voms

# The port under which the vomses webapp is running
VOMSES_PORT=8443

# The cert used by the vomses webapp to setup the SSL connector
VOMSES_CERT=/etc/grid-security/vomscert.pem 

# The key used by the vomses webapp to setup the SSL connector
VOMSES_KEY=/etc/grid-security/vomskey.pem

# The trust anchors dir used by the vomses webapp to setup the SSL connector
VOMSES_TRUST_DIR=/etc/grid-security