SSL & DNS Entries Checklist (For Https SharePoint 2019 Farm setup)
- Mayur Khatale
- Aug 7, 2020
- 1 min read
Updated: Aug 9, 2020
Series starting blog: SharePoint 2019 small Farm Implementation Series
To Setup the SSL based Https farm, we need SSL certificates on servers with SAN Based entries
We are using below SSL Certificates entries. We already installed those certificates on our SharePoint servers & OOS servers.
DNS Entries:
We will use below DNS entries for our implementation
1. Pointing to WFE ( Web + Distributed cache Sewer)
2. Pointing to OSS server( OOS Server)
SSL Certificate:
SSL Certificates are required for the following in Dev Environment:
1. Web Application URLs :
SAN Based cert for web app URLs (Single certificate includes below SAN Entries)
mysite-dev.amtest.local
3. Workflow Manager & OOS Server Farm URLs:
Friendly name: OOSDev.amtest.local must be same as OOS farm URL & Server name in SAN.
Cert SAN Entries:
OOSDev.amtest.local
serverName.amtest.local
Note: ServerName should be Replaced by actual server Name in Certificate
Please check my Blog related to SSL Certificate Generation (CSR)
Comments