Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass https_ca_cert to pulp #236

Merged
merged 1 commit into from
Jan 22, 2020
Merged

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jan 22, 2020

411e6ad stopped passing in ca_cert. When https_ca_cert is not passed in to pulp, it falls back to ca_cert. This now makes sure Apache serves the correct CA certificate matching the server certificate and the correct certificate for client cert authentication.

It also starts to pass https_ca_chain. This should make sure that the correct CA is presented when using custom certificates while still allowing CA authentication using the default CA.

411e6ad stopped passing in ca_cert.
When https_ca_cert is not passed to pulp, it falls back to ca_cert.
This now makes sure Apache serves the correct CA certificate matching
the server certificate and the correct certificate for client cert
authentication.

It also starts to pass https_chain. This should make sure that the
correct CA is presented when using custom certificates while still
allowing CA authentication using the default CA.
Copy link
Member

@ehelms ehelms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense, thanks!

@ehelms ehelms merged commit cf4cc2f into theforeman:master Jan 22, 2020
@ekohl ekohl deleted the pass-pulp-ca-cert branch January 22, 2020 12:52
@ekohl ekohl added the Bug label Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants