sous-chefs / powershell

Development repository for the powershell cookbook
https://supermarket.chef.io/cookbooks/powershell
Apache License 2.0
110 stars 88 forks source link

DSC cookbook should enable winrm with https transport #25

Closed adamedx closed 9 years ago

adamedx commented 9 years ago

The https transport is a safer default -- winrm quickconfig supports a -transport:https to set up https.

NimishaS commented 9 years ago

Here's the PR for this: https://github.com/chef-windows/powershell/pull/27

jaym commented 9 years ago

Looks like the PR was merged