{{ 'Register a Content Host' | translate }}

Content Host Registration

To register a content host to this server, run the following commands within a console on the client host.

Install the pre-built bootstrap RPM. This will configure the host to use this server.

rpm -Uvh {{ baseURL }}/pub/{{ consumerCertRPM }}

Use Subscription Manager to register.

subscription-manager register --org="{{ organization.label }}" --environment="Library"

Use an Activation Key to register.

subscription-manager register --org="{{ organization.label }}" --activationkey="activationkey1"

Consuming Content From a Capsule
{{ "Selected Capsule:" | translate }}
subscription-manager register --org="{{ organization.label }}" --baseurl="https://{{ hostname(selectedCapsule.url) }}/pulp/repos"