You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I especially appreciate the dev overview of the code structure in the end. It makes it easier to jump in by saving all the "what the hell is going on here" upfront cost.
Regarding the yum configuration - I'm familiar enough with the topic that I thought I could respond to the videos request for yum x509-auth configuration details.
Yum x509
Yum can either have the x509 cert info in the it's main configuration or in each repo configuration.
Assuming we've already configure Pulp and have placed the required certificates in /etc/pki/entitelments/ (this is the default RHSM path, I'm not sure if there's a more standards-compliant path)
Global
Define the x509 info in /etc/yum.conf and it will apply to all repos.
Author: @bmbouter (bmbouter)
Redmine Issue: 6830, https://pulp.plan.io/issues/6830
The cert and key from clients now occur during TLS submission. That means these docs are out of date.
We should update the docs to show how a yum/dnf client can be configured to submit the cert and key via TLS.
The text was updated successfully, but these errors were encountered: