From LedHed's Wiki
Revision as of 18:23, 3 August 2010 by Ledhed (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

From the Exchange Management Shell

Get the current Certificate:

Get-ExchangeCertificate -domain "MAIL_SERVER_HOSTNAME" | fl

Generate a Certificate with a new expiration date:

Get-ExchangeCertificate -thumbprint "CURRENT_CERT_THUMBPRINT" | New-ExchangeCertificate

If the current Certificate is in use then you will be prompted to overwrite it.

View the new Certificate:

Get-ExchangeCertificate -thumbprint "NEW_CERT_THUMBPRINT" | fl


References

http://exchangepedia.com/2008/01/exchange-server-2007-renewing-the-self-signed-certificate.html