Hi Andy,
Here is the list of certificates i got when i ran get-exchangecertifcate |
list
************
AccessRules : {System.Security.AccessControl.CryptoKeyAccessRule,
System
.Security.AccessControl.CryptoKeyAccessRule,
System.Securi
ty.AccessControl.CryptoKeyAccessRule}
CertificateDomains : {mail.sge.com, smtp.sge.com, autodiscover.sge.com,
sge.com
, mifune.sge.melb.com, mifune}
HasPrivateKey : True
IsSelfSigned : False
Issuer : CN=mail, DC=sge, DC=com
NotAfter : 30/08/2008 12:09:48 PM
NotBefore : 30/08/2007 11:59:48 AM
PublicKeySize : 2048
RootCAType : Enterprise
SerialNumber : 24CD05AD000000000002
Services : IMAP, POP, IIS, SMTP
Status : Unknown
Subject : CN=mail.sge.com, O=SGE, DC=com, DC=sge
Thumbprint : 03BDEAD7F75BF81A82950B85622D5BBD77B9BD8F
AccessRules : {System.Security.AccessControl.CryptoKeyAccessRule,
System
.Security.AccessControl.CryptoKeyAccessRule}
CertificateDomains : {mail.sge.com}
HasPrivateKey : True
IsSelfSigned : True
Issuer : CN=mail.sge.com, O=SGE, DC=com, DC=sge
NotAfter : 29/08/2008 5:14:16 PM
NotBefore : 30/08/2007 11:14:16 AM
PublicKeySize : 2048
RootCAType : Unknown
SerialNumber : 8A5DD61969DFF1834A04FA06E8583C09
Services : None
Status : Invalid
Subject : CN=mail.sge.com, O=SGE, DC=com, DC=sge
Thumbprint : E63E42812B981A39D753F05214B0BE8795727B99
AccessRules : {System.Security.AccessControl.CryptoKeyAccessRule,
System
.Security.AccessControl.CryptoKeyAccessRule,
System.Securi
ty.AccessControl.CryptoKeyAccessRule}
CertificateDomains : {mifune, mifune.sge.melb.com}
HasPrivateKey : True
IsSelfSigned : True
Issuer : CN=mifune
NotAfter : 25/07/2008 4:59:56 PM
NotBefore : 25/07/2007 4:59:56 PM
PublicKeySize : 2048
RootCAType : Unknown
SerialNumber : BB1E1B7199E4B98F4FA9948B524A2787
Services : SMTP
Status : Invalid
Subject : CN=mifune
Thumbprint : 1711584BA8445260124C59E98AB48E1B10333643
************
> Hi Andy,
>
[quoted text clipped - 34 lines]
> >
> > Did you enable the certificate with powershell for the Exch Services?
>Hi Andy,
>
>Cannot remember if I did as its been close to an year. I think I may have
>but cannot tell you for sure. Is there anyway to check?
get-exchangecertificate | fl
will show you everything
>THis was one of the reasons why I wanted to get a SAN certificate but the
>company was not interested.
[quoted text clipped - 29 lines]
>>
>> Did you enable the certificate with powershell for the Exch Services?
Raman - 31 Jul 2008 01:03 GMT
Thanks Andy! But the thing I would really like to know is how renew this
certificate. I have read some other articles about running the following
commands. Is this all I need to do?
Get-ExchangeCertificate -thumbprint "Thumbprint Name"| New-ExchangeCertificate
and then
Enable-ExchangeCertificate -thumbprint "New Thumbprint Name" -services IIS
Thanks for your help
Raman
> >Hi Andy,
> >
[quoted text clipped - 38 lines]
> >>
> >> Did you enable the certificate with powershell for the Exch Services?
Andy David {MVP} - 31 Jul 2008 13:19 GMT
>Thanks Andy! But the thing I would really like to know is how renew this
>certificate. I have read some other articles about running the following
[quoted text clipped - 4 lines]
>
>Enable-ExchangeCertificate -thumbprint "New Thumbprint Name" -services IIS
You would need to generate a new request for submittal to your
internal CA.
New-ExchangeCertificate. The command above renews the builtin cert.
>Thanks for your help
>
[quoted text clipped - 42 lines]
>> >>
>> >> Did you enable the certificate with powershell for the Exch Services?