Created
November 4, 2011 15:17
-
-
Save dtolj/1339559 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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