Guest User

Untitled

a guest
May 22nd, 2018
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. # Red Hat Subscription Manager Configuration File:
  2.  
  3. # Unified Entitlement Platform Configuration
  4. [server]
  5. # Server hostname:
  6. hostname = *****
  7.  
  8. # Server prefix:
  9. prefix = /candlepin
  10.  
  11. # Server port:
  12. port = 8443
  13.  
  14. # Set to 1 to disable certificate validation:
  15. insecure = 1
  16.  
  17. # Set the depth of certs which should be checked
  18. # when validating a certificate
  19. ssl_verify_depth = 3
  20.  
  21. # an http proxy server to use
  22. proxy_hostname =
  23.  
  24. # port for http proxy server
  25. proxy_port =
  26.  
  27. # user name for authenticating to an http proxy, if needed
  28. proxy_user =
  29.  
  30. # password for basic http proxy auth, if needed
  31. proxy_password =
  32.  
  33. # host/domain suffix blacklist for proxy, if needed
  34. no_proxy =
  35.  
  36. [rhsm]
  37. # Content base URL:
  38. baseurl= https://cdn.redhat.com
  39.  
  40.  
  41. # Server CA certificate location:
  42. ca_cert_dir = /etc/rhsm/ca/
  43.  
  44. # Default CA cert to use when generating yum repo configs:
  45. repo_ca_cert = %(ca_cert_dir)sredhat-uep.pem
  46.  
  47. # Where the certificates should be stored
  48. productCertDir = /etc/pki/product
  49. entitlementCertDir = /etc/pki/entitlement
  50. consumerCertDir = /etc/pki/consumer
  51.  
  52. # Manage generation of yum repositories for subscribed content:
  53. manage_repos = 1
  54.  
  55. # Refresh repo files with server overrides on every yum command
  56. full_refresh_on_yum = 0
  57.  
  58. # If set to zero, the client will not report the package profile to
  59. # the subscription management service.
  60. report_package_profile = 1
  61.  
  62. # The directory to search for subscription manager plugins
  63. pluginDir = /usr/share/rhsm-plugins
  64.  
  65. # The directory to search for plugin configuration files
  66. pluginConfDir = /etc/rhsm/pluginconf.d
  67.  
  68. [rhsmcertd]
  69. # Interval to run cert check (in minutes):
  70. certCheckInterval = 240
  71. # Interval to run auto-attach (in minutes):
  72. autoAttachInterval = 1440
  73. # If set to zero, the checks done by the rhsmcertd daemon will not be splayed (randomly offset)
  74. splay = 1
Add Comment
Please, Sign In to add comment