Re: New Certificate
- From: "Bharat Suneja [MVP]" <bharat@xxxxxxxxxx>
- Date: Mon, 28 Jan 2008 07:47:19 -0800
Get-ExchangeCertificate -Domain "yourserver.domain.com" | fl
- Note the services that are using this cert - typically IMAP, POP, SMTP & IIS.
Make sure this is the certificate you want to replace. Copy the thumbprint.
Get-ExchangeCertificate -thumbprint "cert thumbprint here" | New-ExchangeCertificate.
Say "yes" to prompt for overwriting default SMTP certificate.
New cert is generated. Note the thumbprint.
Get-ExchangeCertificate -thumbprint "paste thumbprint from new cert" | fl
- Note the expiration date is one year from now.
- Note the services that this certificate will be used for. If IIS does not exist:
"Enable-ExchangeCertificate" -thumbprint "paste thumbprint from new cert" -services "IIS"
Remove the old certificate:
Remove-ExchangeCertificate -thumbprint "paste thumbprint from old cert"
--
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------
"Lee" <Lee@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:9A1F9A78-E335-41F9-ADCD-2C50CFD1C263@xxxxxxxxxxxxxxxx
How do I either regenerate or extend the certificate generated by exchange
2007 when it was installed?
.
- Follow-Ups:
- Re: New Certificate
- From: Lee
- Re: New Certificate
- Prev by Date: Re: Missing Email from Exchange 2003
- Next by Date: Re: capacity recommendations
- Previous by thread: Re: Missing Email from Exchange 2003
- Next by thread: Re: New Certificate
- Index(es):
Relevant Pages
|