| 192 |
- |
1 |
# Red Hat Subscription Manager Configuration File:
|
|
|
2 |
|
|
|
3 |
# Unified Entitlement Platform Configuration
|
|
|
4 |
[server]
|
|
|
5 |
# Server hostname:
|
|
|
6 |
hostname = subscription.rhsm.redhat.com
|
|
|
7 |
|
|
|
8 |
# Server prefix:
|
|
|
9 |
prefix = /subscription
|
|
|
10 |
|
|
|
11 |
# Server port:
|
|
|
12 |
port = 443
|
|
|
13 |
|
|
|
14 |
# Set to 1 to disable certificate validation:
|
|
|
15 |
insecure = 0
|
|
|
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 |
# The scheme to use for the proxy when updating repo definitions, if needed
|
|
|
25 |
# e.g. http or https
|
|
|
26 |
proxy_scheme = http
|
|
|
27 |
|
|
|
28 |
# port for http proxy server
|
|
|
29 |
proxy_port =
|
|
|
30 |
|
|
|
31 |
# user name for authenticating to an http proxy, if needed
|
|
|
32 |
proxy_user =
|
|
|
33 |
|
|
|
34 |
# password for basic http proxy auth, if needed
|
|
|
35 |
proxy_password =
|
|
|
36 |
|
| 209 |
- |
37 |
# host/domain suffix blocklist for proxy, if needed
|
| 192 |
- |
38 |
no_proxy =
|
|
|
39 |
|
|
|
40 |
[rhsm]
|
|
|
41 |
# Content base URL:
|
|
|
42 |
baseurl = https://cdn.redhat.com
|
|
|
43 |
|
|
|
44 |
# Repository metadata GPG key URL:
|
|
|
45 |
repomd_gpg_url =
|
|
|
46 |
|
|
|
47 |
# Server CA certificate location:
|
|
|
48 |
ca_cert_dir = /etc/rhsm/ca/
|
|
|
49 |
|
|
|
50 |
# Default CA cert to use when generating yum repo configs:
|
|
|
51 |
repo_ca_cert = %(ca_cert_dir)sredhat-uep.pem
|
|
|
52 |
|
|
|
53 |
# Where the certificates should be stored
|
|
|
54 |
productCertDir = /etc/pki/product
|
|
|
55 |
entitlementCertDir = /etc/pki/entitlement
|
|
|
56 |
consumerCertDir = /etc/pki/consumer
|
|
|
57 |
|
|
|
58 |
# Manage generation of yum repositories for subscribed content:
|
|
|
59 |
manage_repos = 1
|
|
|
60 |
|
|
|
61 |
# Refresh repo files with server overrides on every yum command
|
|
|
62 |
full_refresh_on_yum = 0
|
|
|
63 |
|
|
|
64 |
# If set to zero, the client will not report the package profile to
|
|
|
65 |
# the subscription management service.
|
|
|
66 |
report_package_profile = 1
|
|
|
67 |
|
|
|
68 |
# The directory to search for subscription manager plugins
|
|
|
69 |
pluginDir = /usr/share/rhsm-plugins
|
|
|
70 |
|
|
|
71 |
# The directory to search for plugin configuration files
|
|
|
72 |
pluginConfDir = /etc/rhsm/pluginconf.d
|
|
|
73 |
|
|
|
74 |
# Manage automatic enabling of yum/dnf plugins (product-id, subscription-manager)
|
|
|
75 |
auto_enable_yum_plugins = 1
|
|
|
76 |
|
|
|
77 |
# Run the package profile on each yum/dnf transaction
|
|
|
78 |
package_profile_on_trans = 0
|
|
|
79 |
|
|
|
80 |
# Inotify is used for monitoring changes in directories with certificates.
|
|
|
81 |
# Currently only the /etc/pki/consumer directory is monitored by the
|
|
|
82 |
# rhsm.service. When this directory is mounted using a network file system
|
|
|
83 |
# without inotify notification support (e.g. NFS), then disabling inotify
|
|
|
84 |
# is strongly recommended. When inotify is disabled, periodical directory
|
|
|
85 |
# polling is used instead.
|
|
|
86 |
inotify = 1
|
|
|
87 |
|
|
|
88 |
[rhsmcertd]
|
|
|
89 |
# Interval to run cert check (in minutes):
|
|
|
90 |
certCheckInterval = 240
|
|
|
91 |
# Interval to run auto-attach (in minutes):
|
|
|
92 |
autoAttachInterval = 1440
|
|
|
93 |
# If set to zero, the checks done by the rhsmcertd daemon will not be splayed (randomly offset)
|
|
|
94 |
splay = 1
|
|
|
95 |
# If set to 1, rhsmcertd will not execute.
|
|
|
96 |
disable = 0
|
| 200 |
- |
97 |
# Set to 1, when rhsmcerd will try to do automatic registration.
|
|
|
98 |
# Setting this option make sense only on machines running on public
|
|
|
99 |
# clouds. Currently only AWS, Azure and GCP are supported
|
|
|
100 |
auto_registration = 0
|
|
|
101 |
# Interval to run auto-registration (in minutes):
|
|
|
102 |
auto_registration_interval = 60
|
| 192 |
- |
103 |
|
|
|
104 |
[logging]
|
|
|
105 |
default_log_level = INFO
|
|
|
106 |
# subscription_manager = DEBUG
|
|
|
107 |
# subscription_manager.managercli = DEBUG
|
|
|
108 |
# rhsm = DEBUG
|
|
|
109 |
# rhsm.connection = DEBUG
|
|
|
110 |
# rhsm-app = DEBUG
|