Problem scenario: You are using knife commands and getting errors. For example, you try to run this: knife client list
As a result, you get this error:
“WARN: Failed to read the private key /root/.chef/continual.pem: #<Errno::ENOENT: No such file or directory @ rb_sysopen – /root/.chef/continual.pem>
ERROR: Your private key could not be loaded from /root/.chef/continual.pem
Check your configuration file and ensure that your private key is readable”
What should you do?
…