I want to use Chef Knife from the commandline for some basic things like creating data bags and cookbooks. The problem is it keeps failing me and complains that private key is missing.
ERROR: Your private key could not be loaded from /Users/newuser/.chef/newuser.pem Check your configuration file and ensure that your private key is readable
I know that I need Chef client to have the private key, but I only want to fly Solo. Is there a way to make Knife just work and stop it from complaining about the missing private key?