SharePoint 2013 and Certificates. Quick Guide.

 

SharePoint Apps

wildcard SSL cert (*.contosoapps.com) is needed

$trustCert = Get-PfxCertificate "c:\wfm.cer"
New-SPTrustedRootAuthority -Name "Workflow Manager Farm" -Certificate $trustCert

 

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