- Subordinate integrity: Certificates for SharePoint 2013. (Spencer Harbar).
- Workflow Manager Farms for SharePoint 2013 Part One: Core Concepts, High Availability, Certificate and SharePoint considerations
- Workflow Manager Farms for SharePoint 2013 Part Two: End to End Configuration using Auto Generated Certificates and NLB
SharePoint Apps
wildcard SSL cert (*.contosoapps.com) is needed
$trustCert = Get-PfxCertificate "c:\wfm.cer"
New-SPTrustedRootAuthority -Name "Workflow Manager Farm" -Certificate $trustCert
- Subordinate integrity: Certificates for SharePoint 2013. (Spencer Harbar).
- Workflow Manager Farms for SharePoint 2013 Part One: Core Concepts, High Availability, Certificate and SharePoint considerations
- Workflow Manager Farms for SharePoint 2013 Part Two: End to End Configuration using Auto Generated Certificates and NLB
SharePoint Apps
wildcard SSL cert (*.contosoapps.com) is needed
$trustCert = Get-PfxCertificate "c:\wfm.cer"
New-SPTrustedRootAuthority -Name "Workflow Manager Farm" -Certificate $trustCert
SharePoint 2013 CA – Security – Manage Trusts
SharePoint 2013 machine – mmc – certificates snap-in – computer account – local computer – certificates – SharePoint
IIS – Create Domain certificate – common name = host.domain.com, friendly name = same
IIS – web app- bindings – attach cert
CA – AAM – edit internal url to
export-pfxcertificate
import-pfxcertificate