Problem sa
Exchange sertifikatom nakon instaliranja Lync server
Nakon
instaliranja Lync server, na Exchange server se pojavilo upozorenje u logovima:
Log Name: Application
Source: MSExchange Certificate
Deployment
Date: 6/8/2014 4:00:50 AM
Event ID: 2005
Task Category: General
Level: Warning
Keywords: Classic
User: N/A
Computer: server.domain.com
Log Name: Application
Source: MSExchange OAuth
Date: 6/8/2014 1:25:41 PM
Event ID: 2004
Task Category: Configuration
Level: Warning
Keywords: Classic
User: N/A
Computer: server.domain.com
Problem sa
sertifikatom “Microsoft Exchange Server Auth Certificate”
A evo I resenja:
Potrebno je
kreirati nov sertifikat I to
1.
New-ExchangeCertificate -KeySize 2048
-PrivateKeyExportable $true -SubjectName "cn= Microsoft Exchange Server
Auth Certificate" -FriendlyName "Microsoft Exchange Server Auth
Certificate" -Services smtp
Ne prihvatati da se zameni SMTP sertifikat I zabeleziti
thumbprint od novog sertifikata, u mom slucaju je “7A39541F8DF58D4821967DF8F899B27410F7C075”
2.
$a=get-date
3.
Set-AuthConfig -NewCertificateThumbprint 7A39541F8DF58D4821967DF8F899B27410F7C075
–NewCertificateEffectiveDate $a
4.
Set-AuthConfig –PublishCertificate
5.
Set-AuthConfig –ClearPreviousCertificate
6.
Restart IIS I Exchange Transport servisa
I to je to