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

VERSION=1.2
RHN_PARENT=your.susemanager.org
TRACEBACK_EMAIL=your@email.com
SSL_EMAIL=$TRACEBACK_EMAIL
USE_SSL=1
FORCE_OWN_CA=
SSL_BUILD_DIR=/root/ssl-build
SSL_ORG="Your Org"
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
MONITORING_PARENT=
MONITORING_PARENT_IP=
CA_CHAIN=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT
HTTP_PROXY=
HTTP_USERNAME=
HTTP_PASSWORD=

# Use the following variables to import custom SSL keys/certificates
USE_EXISTING_CERTS=N
CA_CERT=/root/my_ca.crt
SERVER_CERT=/root/my_server.key
SERVER_KEY=/root/my_server.crt

# 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)
