File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
content/360/saas/get_started Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -65,4 +65,14 @@ Nodes connected to with WinRM have the following requirements:
6565 winrm set winrm/config/service/Auth '@{Basic="true"}'
6666 winrm set winrm/config/service '@{AllowUnencrypted="true"}'
6767 netsh advfirewall firewall add rule name="WinRM-HTTP" dir=in localport=5985 protocol=TCP action=allow
68+ netsh advfirewall firewall add rule name="WinRM-HTTPS" dir=in localport=5986 protocol=TCP action=allow
6869 ```
70+
71+ ### Skill requirements
72+
73+ Chef 360 Platform skills are supported on the following platforms.
74+
75+ | OS | Architecture | Version |
76+ | ------- | ------------ | ----------------------------- |
77+ | Linux | x86_64 | Kernel 2.6.32 or later |
78+ | Windows | x86_64 | Windows Server 2019 and later |
You can’t perform that action at this time.
0 commit comments