Configure Exchange 2010 to import and use the new SSL ce

Statut
N'est pas ouverte pour d'autres réponses.

Xavier Mustin

Administrator
Staff member
#1
Look for the new certificate thumbprint:

Code:
Get-ExchangeCertificate -DomainName "host.yourdomain.com"
Enable the certificate replacing your thumbprint number with the one used in this example:

Code:
Enable-ExchangeCertificate -thumbprint 3204832343274449F993094802938409238409384 -services "IIS,SMTP"
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut