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"
subscription-manager register --org="{{ organization.label }}" --baseurl="https://{{ hostname(selectedCapsule.url) }}/pulp/repos"