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

Fixes #10670 - deploy the katello-default-ca as part of the bootstrap RPM #62

Merged
merged 1 commit into from
Jun 2, 2015

Conversation

iNecas
Copy link
Member

@iNecas iNecas commented Jun 1, 2015

No description provided.

files => ["${rhsm_ca_dir}/katello-server-ca.pem:644 =${certs::pki_dir}/certs/${certs::server_ca_name}.crt"],
# katello-default-ca is needed for the katello-agent to work properly
# (especially in the custom certs scenario)
files => ["${rhsm_ca_dir}/katello-default-ca.pem:644=${certs::ssl_build_dir}/${certs::default_ca_name}.crt",
Copy link
Member

Choose a reason for hiding this comment

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

Will the default_ca be present in the ssl_build_dir on a capsule? If we re installing the RPMs, they would deploy it to the pki_dir I believe similar to the server_ca_name.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch, updated

@ehelms
Copy link
Member

ehelms commented Jun 2, 2015

APT

iNecas added a commit that referenced this pull request Jun 2, 2015
Fixes #10670 - deploy the katello-default-ca as part of the bootstrap RPM
@iNecas iNecas merged commit 62ded77 into theforeman:master Jun 2, 2015
@iNecas iNecas deleted the 10670 branch June 2, 2015 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants