Skip to content

Instantly share code, notes, and snippets.

@vignesh-v3
Created November 16, 2016 12:50
Show Gist options
  • Save vignesh-v3/f2f707d5841ea27fe2a7e80e68f5e09a to your computer and use it in GitHub Desktop.
Save vignesh-v3/f2f707d5841ea27fe2a7e80e68f5e09a to your computer and use it in GitHub Desktop.
C:\Chef-Repo\chef-repo>knife node run_list add try_2 "recipe[apache2]"
ERROR: Failed to authenticate to https://api.chef.io:443/organizations/v4archite
cts as houami with key C:/Chef-Repo/chef-repo/.chef/houami.pem
Response: Invalid signature for user or client 'houami'
C:\Chef-Repo\chef-repo>knife node run_list add try_2 "recipe[apache]"
ERROR: Failed to authenticate to https://api.chef.io:443/organizations/v4archite
cts as houami with key C:/Chef-Repo/chef-repo/.chef/houami.pem
Response: Invalid signature for user or client 'houami'
C:\Chef-Repo\chef-repo>knife node delete try_2
Do you really want to delete try_2? (Y/N) Y
ERROR: Failed to authenticate to https://api.chef.io:443/organizations/v4archite
cts as houami with key C:/Chef-Repo/chef-repo/.chef/houami.pem
Response: Invalid signature for user or client 'houami'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment