/usr/share/globus/simple-ca/grid-security.conf.tmpl is in globus-simple-ca 3.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | #################################################################
#
# File: grid-security.conf
#
# Purpose: This file contains the configuration information
# for the Grid Security Infrastructure
#
#################################################################
# These values are set by grid-ca-create
SETUP_GSI_HOST_BASE_DN="\\"\\\$SETUP_GSI_HOST_BASE_DN\\""
SETUP_GSI_USER_BASE_DN="\\"\\\$SETUP_GSI_USER_BASE_DN\\""
SETUP_GSI_CA_NAME="\\"\\\$SETUP_GS_CA_NAME\\""
SETUP_GSI_CA_EMAIL_ADDR="\\"\\\$SETUP_GSI_CA_EMAIL_ADDR\\""
DEFAULT_GSI_HOST_BASE_DN="\\"\$GSI_CA_BASE_DN\\""
DEFAULT_GSI_USER_BASE_DN="\\"ou=\${domain}, \$GSI_CA_BASE_DN\\""
DEFAULT_GSI_CA_NAME="\\"\$GSI_CA_NAME\\""
DEFAULT_GSI_CA_EMAIL_ADDR="\\"\$GSI_CA_EMAIL\\""
# Distinguish Name (DN) of the Host
GSI_HOST_BASE_DN="\\"\\\${SETUP_GSI_HOST_BASE_DN:-\\\${DEFAULT_GSI_HOST_BASE_DN}}\\""
# Distinguish Name (DN) of the User
GSI_USER_BASE_DN="\\"\\\${SETUP_GSI_USER_BASE_DN:-\\\${DEFAULT_GSI_USER_BASE_DN}}\\""
# CA Name for the organization
GSI_CA_NAME="\\"\\\${SETUP_GSI_CA_NAME:-\\\${DEFAULT_GSI_CA_NAME}}\\""
# CA Email address for the organization
GSI_CA_EMAIL_ADDR="\\"\\\${SETUP_GSI_CA_EMAIL_ADDR:-\\\${DEFAULT_GSI_CA_EMAIL_ADDR}}\\""
export GSI_HOST_BASE_DN
export GSI_USER_BASE_DN
export GSI_CA_NAME
export GSI_CA_EMAIL_ADDR
|