Created
November 16, 2016 12:50
-
-
Save vignesh-v3/f2f707d5841ea27fe2a7e80e68f5e09a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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