Sharepoint STS Zertifikat abgelaufen


Export Cert und als PFX mit PW abspeichern -> Mit pceteraadm die Sharepoint Powershell öffnen ->
$path = 'C:\sts.pfx'
$pass = 'P@ssw0rd1!'
$cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2($path, $pass, 20)
Set-SPSecurityTokenServiceConfig -ImportSigningCertificate $cert
iisreset Restart-Service SPTimerV4

Server neustart
Erstellungsdatum: 29.06.2022 16:01      Letzte Aktualisierung: 29.06.2022 16:01