Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with new SSL certificate management functionality in SPSE #80

Closed
TroyStarr opened this issue Nov 4, 2021 · 1 comment · Fixed by #81
Closed

Integrate with new SSL certificate management functionality in SPSE #80

TroyStarr opened this issue Nov 4, 2021 · 1 comment · Fixed by #81
Assignees

Comments

@TroyStarr
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants