Table of Contents
Links
https://4sysops.com/archives/work-folders-part-3-setting-up-ssl/
Steps
Install service:
Add-WindowsFeature FS-SyncShareService
- Configure:
New-SyncShare Share -path C:\Share -User Contoso\GROUP # Optional: -RequireEncryption $true -RequirePasswordAutoLock $true
Change Delay:
Set-SyncServerSetting -MinimumChangeDetectionMins 1
Enable IIS management console:
Install-WindowsFeature Web-Mgmt-Console
- Install SSL certificate by either creating a request or adding a PFX certificate that meets the requirements
- The site will say off, but you will edit bindings, add port 443, and choose the certificate added above
- Rejoice!