Kensho OVF Tool was developed by Citrix to convert the disk format of a virtual machine from Hyper-V (vhd) or VMWare (vmdk).
It was hard to find a download link for this tool, so I decided to provide one.
Download Link
current_dir = File.dirname(__FILE__)
log_level :info
log_location STDOUT
node_name "admin"
client_key "#{current_dir}/admin.pem"
validation_client_name "org-validator"
validation_key "#{current_dir}/org-validator.pem"
chef_server_url "https://server_domain_or_IP/organizations/org"
syntax_check_cache_path "#{ENV['HOME']}/.chef/syntaxcache"
cookbook_path ["#{current_dir}/../cookbooks"]
also make sure you are at the chef-repo directory, running the command from another directory will give you the same error.