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