Event Type: Warning
Event Source: MSExchangeTransport
Event Category: TransportService
Event ID: 12018
Date: 9/30/2008
Time: 10:56:01 AM
User: N/A
Computer: ATLMSX01
Description:
The STARTTLS certificate will expire soon: subject:
atlmsx01.drtango.int, hours remaining:
2C472839A89B20489439C03895C0F49EB62F94D2. Run the New-
ExchangeCertificate cmdlet to create a new certificate.
Certificate Info:
AccessRules :
{System.Security.AccessControl.CryptoKeyAccessRule, System
.Security.AccessControl.CryptoKeyAccessRule,
System.Securi
ty.AccessControl.CryptoKeyAccessRule}
CertificateDomains : {atlmsx01, atlmsx01.drtango.int}
HasPrivateKey : True
IsSelfSigned : True
Issuer : CN=atlmsx01
NotAfter : 10/20/2008 5:47:54 PM
NotBefore : 10/20/2007 5:47:54 PM
PublicKeySize : 2048
RootCAType : None
SerialNumber : E92D53B18BFF4DBA4674E386709DFB35
Services : SMTP
Status : Valid
Subject : CN=atlmsx01
Thumbprint : 2C472839A89B20489439C03895C0F49EB62F94D2
How do I extent the Certificate?
Thanks
It tells ya:
Run the New-ExchangeCertificate cmdlet to create a new certificate
If this is a 3rd party cert, renew with the 3rd party authority.
>
>Thanks
So all you really need to do is request a new certificate and ensure
that the services are set the same way as the old certificate. This
will allow the TLS selection process to select the best certificate
possible which should be the new one; especially if you delete the old
one.
Make sure you re-assign the certificate to other locations it may be
utilized. For example, ISA.
--
Elan Shudnow
http://www.shudnow.net
"Jack9000" <gdim...@gmail.com> wrote in message
news:d6b5567f-e605-4a91...@y21g2000hsf.googlegroups.com:
Get-ExchangeCertificate -thumbprint <thumbprint> | New-ExchangeCertificate
Oliver
All you have to do is type "New-ExchangeCertificate" if its
self-signed for SMTP.
It will prompt you to overwrite and you are done.
>
>Oliver
>
I have a third party cert running for my owa site which does not expire
until 2009...how will running that command affect my owa site, or will it?
-John
"Andy David {MVP}" <ada...@pleasekeepinngcheesebucket.com> wrote in message
news:q1j4e45f102ofvhdg...@4ax.com...
>I have this same issue.
>
>I have a third party cert running for my owa site which does not expire
>until 2009...how will running that command affect my owa site, or will it?
Is the HT and CAS role on the same server?