Trying to configure knife ssl fetch with "knife configure" but got an error code
ERROR: CONFIGURATION ERROR:Unable to parse Credentials file: /root/.chef/credentials
parse error on value "path" (IDENTIFIER)
Not sure if there is any setting i miss?
This is my credential file
[default]
client_name = 'David'
client_key = '/root/chef-repo/.chef/davidct.pem'
chef_server_url = 'http://localhost/organization/jabiltpe'
cookbook path = ['~/chef-repo/cookbooks']
anyone who have any idea ? or any other information needed ?