Exchange 2007
Renew Self Signed Cert
Renew Self Signed Cert
http://forums.msexchange.org/m_1800490079/mpage_1/key_/tm.htm#1800490079
- Get-ExchangeCertificate -DomainName server.yourdomain.com
- (copy the thumbprint of the expired SSL)
- Get-ExchangeCertificate -Thumbprint <expired SSL thumbprint> | New-ExchangeCertificate
- Get-ExchangeCertificate -DomainName server.yourdomain.com
- (copy the thumbprint of the "new" SSL)
- Enable-ExchangeCertificate <New SSL thumprint> -Services:"IIS"