Exchange Certificate Expired (Exchange 2007)
Home › Forums › Messaging Software › Exchange 2007 / 2010 / 2013 › Exchange Certificate Expired (Exchange 2007)
- This topic has 2 replies, 2 voices, and was last updated 9 years, 9 months ago by
Wired.
-
AuthorPosts
-
WiredParticipantApr 09, 2011 at 7:36 pm #154169Remoted into work today and saw that Outlook 2010 was complaining about the Exchange Certificate expiring. Sounded familiar, so I dug into the sparse notes left by my predecessor:
Quote:Exchange Server:
Once a quarter, log intoand do the following:
Open Exchange Management Shell
Run New-ExchangeCertificate
Wait a minute
Run Get-ExchangeCertificate to view status
Import new certificate in IIS.Yeah, LOVE the detail. Since I’m no Exchange expert, I decided to do some research:
http://www.sslshopper.com/article-how-to-use-ssl-certificates-with-exchange-2007.html
http://technet.microsoft.com/en-us/library/aa998327(EXCHG.80).aspx
http://www.farneville.com/2010/07/how-to-create-new-exchange-certificate-for-exchange-2007.htmlAccording to the MS article:
Quote:The first example shows running the cmdlet without arguments. When you run the New-ExchangeCertificate cmdlet without arguments, a self-signed certificate for SMTP SSL/TLS is generated. The certificate has the local computer FQDN as the Subject Name. This internal transport certificate can be used, as is, for direct trust authentication and encryption between Edge Transport servers and Hub Transport servers. The Network Services local security group is also given read access to the private key associated with the certificate. In addition, the certificate is published to Active Directory so that Exchange Server direct trust can be used to validate the authenticity of the server for mutual TLS.Sidenote: AFAIK this is only affecting OWA and Outlook by forcing the user to accept the cert. My Android mail and BB are working just fine.
Questions:
1. Before I do anything, I want to backup the current certificate. As you can see by the pic I’ve attached, there’s 6 certificates on the server currently. The subject line is simply the server name (not FQDN). No idea why there’s 6 certs, or if they’re all needed or if I need to recreate them all (or if that’s all automatic upon running the New command).Is this the correct way to back them up?
Export-ExchangeCertificate -Thumbprint-Path c:certificatesexport1.pfx
etc.2. How do I find out which certificate is the correct one (or if they’re all being used)? I checked OWA and it’s using the top most cert (the one using all of the services). AFAIK you can only use one cert at a time and therefore that’s the one, but I’m not 100% sure on that.
3. Should I follow the aforementioned instructions from my predecessor, or do I need to do something more, e.g.
Quote:Get-ExchangeCertificate –Thumbprint| New-ExchangeCertificate -Services “IMAP, POP, UM, IIS, SMTP”
Get-ExchangeCertificate (to find out the new thumbprint)
Enable-ExchangeCertificate –Thumbprint4. Is it necessary to import the certificate into IIS, or is that what Enable-ExchangeCertificate does?
Comments / thoughts?
-
AuthorPosts
You must be logged in to reply to this topic.