Advertisement
Guest User

Untitled

a guest
Sep 5th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. [tdchdan@puprh7v01 ~]$ cat /etc/rhsm/rhsm.conf
  2. # This file is automatically handled by puppet (repos) - all manual changes will be overwritten!
  3.  
  4.  
  5. # Red Hat Subscription Manager Configuration File:
  6.  
  7. # Unified Entitlement Platform Configuration
  8. [server]
  9. # Server hostname:
  10. #hostname = subscription.rhn.redhat.com
  11. hostname = satellite01.slt.itsm.yacn.dk
  12.  
  13. # Server prefix:
  14. #prefix = /subscription
  15. prefix = /rhsm
  16.  
  17. # Server port:
  18. port = 443
  19.  
  20. # Set to 1 to disable certificate validation:
  21. insecure = 0
  22.  
  23. # Set the depth of certs which should be checked
  24. # when validating a certificate
  25. ssl_verify_depth = 3
  26.  
  27. # an http proxy server to use
  28. #proxy_hostname =mirror.tdchosting.dk
  29.  
  30. # port for http proxy server
  31. #proxy_port =3128
  32.  
  33. # user name for authenticating to an http proxy, if needed
  34. proxy_user =
  35.  
  36. # password for basic http proxy auth, if needed
  37. proxy_password =
  38.  
  39. [rhsm]
  40. # Content base URL:
  41. baseurl= https://cdn.redhat.com
  42.  
  43. # Server CA certificate location:
  44. ca_cert_dir = /etc/rhsm/ca/
  45.  
  46. # Default CA cert to use when generating yum repo configs:
  47. repo_ca_cert = %(ca_cert_dir)sredhat-uep.pem
  48.  
  49. # Where the certificates should be stored
  50. productCertDir = /etc/pki/product
  51. entitlementCertDir = /etc/pki/entitlement
  52. consumerCertDir = /etc/pki/consumer
  53.  
  54. # Manage generation of yum repositories for subscribed content:
  55. manage_repos = 1
  56.  
  57. # If set to zero, the client will not report the package profile to
  58. # the subscription management service.
  59. report_package_profile = 1
  60.  
  61. # The directory to search for subscription manager plugins
  62. pluginDir = /usr/share/rhsm-plugins
  63.  
  64. # The directory to search for plugin configuration files
  65. pluginConfDir = /etc/rhsm/pluginconf.d
  66.  
  67. [rhsmcertd]
  68. # Interval to run cert check (in minutes):
  69. certCheckInterval = 240
  70. # Interval to run auto-attach (in minutes):
  71. autoAttachInterval = 1440
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement