Content¶
Content is the Yum repository hosted end point(s) that are in
/etc/yum.repos.d/redhat.repo
.
It is generally expected that the content will be serviced via a CDN-style
infrastructure where a high volume of traffic is expected; whereas each
client only touches the entitlements server a few times a day. Usually this
would also be set up as TLS; configured in /etc/rhsm/rhsm.conf
.
This CA certificate must be able to host-verify the content server(s). The content server(s) need to be able to verify the entitlement certificate(s) - that is, they must also be aware of the Authority infrastructure here that created/signed these certs.
Connecting to the content server is done via libdnf
and curl
: it
expects certificate chains to be in system paths.