# example of answer file for configure-proxy.sh
# for full list of possible option see
# man configure-proxy.sh

VERSION=0.5
RHN_PARENT=your.spacewalk.org
TRACEBACK_EMAIL=your@email.com
SSL_EMAIL=$TRACEBACK_EMAIL
USE_SSL=1
FORCE_OWN_CA=
SSL_BUILD_DIR=/root/ssl-build
SSL_ORG="Red Hat"
SSL_ORGUNIT="Spacewalk"
SSL_COMMON="CommonName"
SSL_CITY=Raleigh
SSL_STATE=NC
SSL_COUNTRY=US
SSL_PASSWORD=spacewalk-ssl-cert-password
INSTALL_MONITORING=N
ENABLE_SCOUT=N
CA_CHAIN=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT
HTTP_PROXY=
HTTP_USERNAME=
HTTP_PASSWORD=
# If you want to populate configuration channel 
# and want to have realy silent installation, then
# you must run rhncfg-manager to enter your login 
# adn password first. Otherwise you will be asked for
# these during proxy activation.
POPULATE_CONFIG_CHANNEL=Y

# if you do not want to start services after configuration
# set this variable to 0 or N
START_SERVICES=Y

# cname aliases for proxy, this MUST be in parentheses and separated by space
# do not put here the original hostname
#SSL_CNAME=(cname.alias.com another.alias.com)
