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

Adding specification of CA cert, key and password to the Candlepin #7

Merged
merged 1 commit into from
Mar 7, 2014

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Mar 5, 2014

configuration file.

@@ -27,6 +27,10 @@
$thumbslug_oauth_key = 'thumbslug'
$thumbslug_oauth_secret = 'thumbslug'

$ca_key = '/etc/candlepin/certs/candlepin-ca.key'
$ca_cert = '/etc/candlepin/certs/candlepin-ca.crt'
$ca_key_password = 'candlepin'
Copy link
Member

Choose a reason for hiding this comment

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

could we use cache_data('candlepin_ca_password', random_password(32)) instead?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll set it to undef, since in this context the ca_key_password parameter doesn't make any sense and would need to be passed in from an external source.

@ehelms
Copy link
Member Author

ehelms commented Mar 6, 2014

@iNecas updated

@iNecas
Copy link
Member

iNecas commented Mar 6, 2014

ACK

ehelms added a commit that referenced this pull request Mar 7, 2014
Adding specification of CA cert, key and password to the Candlepin
@ehelms ehelms merged commit 7ee0194 into theforeman:master Mar 7, 2014
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.

None yet

2 participants