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 #13635 - set pulp client cert settings #73

Merged
merged 1 commit into from
Feb 10, 2016

Conversation

johnpmitsch
Copy link
Contributor

Removing the hostname from the client cert and key path as that makes it harder to configure in Katello, and setting the pulp client path in the Settings.

Related to Katello/katello#5750

@@ -7,7 +7,7 @@
$common_name = 'admin',
){

$client_cert_name = "${hostname}-pulp-client"
$client_cert_name = "pulp-client"
Copy link
Member

Choose a reason for hiding this comment

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

These should be single quotes because there's no variable anymore.

@johnpmitsch
Copy link
Contributor Author

@ekohl thanks for the feedback, updated

@ehelms
Copy link
Member

ehelms commented Feb 10, 2016

ACK - thanks @johnpmitsch !

ehelms added a commit that referenced this pull request Feb 10, 2016
Fixes #13635 - set pulp client cert settings
@ehelms ehelms merged commit 6b6b7b0 into theforeman:master Feb 10, 2016
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.

3 participants