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

Fix for validation.pem file not generating #157

Conversation

dheerajd-msys
Copy link
Contributor

When Validation key is base64 encoded using Powershell and during extension running, ruby internally uses the base64 module, due to which the decoded validation key contains all the characters space separated and hence the validation key creation fails
This doesn't happen in case the validation key is encrypted using base 64 ruby module

@dheerajd-msys dheerajd-msys force-pushed the dhfix_for_validation_key_creation_failure branch 4 times, most recently from 1a73cc5 to 3b14678 Compare August 10, 2016 05:16
@dheerajd-msys dheerajd-msys force-pushed the dhfix_for_validation_key_creation_failure branch from 3b14678 to b1e24a4 Compare August 10, 2016 06:45
@NimishaS NimishaS merged commit e29b840 into chef-partners:master Aug 10, 2016
@NimishaS NimishaS deleted the dhfix_for_validation_key_creation_failure branch August 10, 2016 06:58
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