Skip to content

Instantly share code, notes, and snippets.

@dtolj
Created November 4, 2011 15:17
Show Gist options
  • Save dtolj/1339559 to your computer and use it in GitHub Desktop.
Save dtolj/1339559 to your computer and use it in GitHub Desktop.
# Automatically generated RHN Proxy Server configuration file.
#Tobe used by proxy server only.
# -------------------------------------------------------------------------
# SSL CA certificate location
proxy.ca_chain = /usr/share/rhn/RHNS-CA-CERT
# Corporate HTTP proxy, format: corp_gateway.example.com:8080
proxy.http_proxy = http://proxy1.srv.local:3128
# Username for that corporate HTTP proxy
proxy.http_proxy_username = my-user-name
# Password for that corporate HTTP proxy
proxy.http_proxy_password = passwordddd
# Location of locally built, custom packages
proxy.pkg_dir = /var/spool/rhn-proxy
# Hostname of RHN Server or RHN Satellite
proxy.rhn_parent = rhn.redhat.com
# Destination of all tracebacks, etc.
traceback_mail = [email protected]
# SSL eabled or disabled
proxy.use_ssl = 1
# Monitoring Scout enabled or disabled
web.is_monitoring_scout =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment