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
Post a Comment