brianlala / AutoSPInstaller

Automated SharePoint 2010/2013/2016/2019/SE PowerShell-based installation script.
https://autospinstaller.com
MIT License
170 stars 80 forks source link

Integrate with new SSL certificate management functionality in SPSE #80

Closed TroyStarr closed 2 years ago

TroyStarr commented 2 years ago

You may want to consider having AutoSPInstaller integrate with the new SSL certificate management functionality in SharePoint Server Subscription Edition. (The AssignCert function in AutoSPInstaller and related code.) There's a risk that SharePoint Server Subscription Edition might stomp on the SSL certificate binding configured by the existing AutoSPInstaller code now that SharePoint thinks it has control over the SSL certificate used by the SSL binding.

Take a look at the following new SharePoint PowerShell cmdlets to see what functionality is available:

... and the various PowerShell cmdlets that have been updated to add a -Certificate <SPServerCertificatePipeBind> parameter to specify which SSL certificate managed by the SharePoint SSL certificate management feature should be used. That includes New-SPCentralAdministration, Set-SPCentralAdministration, New-SPWebApplication, Set-SPWebApplication, and New-SPWebApplicationExtension.

brianlala commented 2 years ago

Definitely! Yesterday's push was just about providing initial SE support; I'll look at integrating the new cmdlets ASAP.

I also plan on looking at how SharePointDSC can leverage the new cert management too - if Yorick isn't already on it.

Cheers