chef - Enabling SSL for berk upload in WINDOWS -


recently, found had problem berks upload , found solution here provided tensibai, *nix system, , hoping command address using windows develop chefdk. specifically, how make this:

openssl s_client -showcerts -connect :443 /dev/null|openssl x509 -outform pem >> /opt/chefdk/embedded/ssl/certs/cacert.pem

work under windows.

knife ssl fetch https://yourserver:443/ should dump cert. add c:\opscode\chefdk\embedded\ssl\certs\cacert.pem


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -