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

hardening/77_tls_support #78

Merged
merged 4 commits into from
Sep 29, 2015
Merged

hardening/77_tls_support #78

merged 4 commits into from
Sep 29, 2015

Conversation

frbattid
Copy link
Member

@@ -49,6 +51,10 @@ var scEndpoint = config.clusters.storage.endpoint;
var ccPrivKey = config.clusters.computing.private_key;
var ccUser = config.clusters.computing.user;
var ccEndpoint = config.clusters.computing.endpoint;
var httpsOptions = {
key: fs.readFileSync(config.private_ley_filekey),
Copy link
Member

Choose a reason for hiding this comment

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

I think there's a typo here: private_ley_filekey -> private_key_file :) Apart from this, I may have asked this before :p but have you confirmed that this works if config.private_ley_filekey and certificate_file are blank ('') as in the default configuration? :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, there is a typo, I'll fix it.

Regarding the parameters check, I have a tech debt issue about it... that I think I will implement in the second release :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed in 6c6563e

@gtorodelvalle
Copy link
Member

LGTM and merging! :) Thanks @frbattid

gtorodelvalle added a commit that referenced this pull request Sep 29, 2015
@gtorodelvalle gtorodelvalle merged commit 80020bd into develop Sep 29, 2015
@gtorodelvalle gtorodelvalle deleted the hardening/77_tls_support branch September 29, 2015 08:00
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