...hopefully some useful VMware related stuff
Importing and Enabling an Exchange SSL certificate
12/11/2009 13:36
Importing and enabling an Exchange Certificate
- First copy your certificate to the root of C:
- Then open the Exchange Management Shell and run the command:
Import-ExchangeCertificate -Path c:\filename.crt -friendlyname "Contoso CAS01"
- The run the command below to get the thumbprint for the certificate:
Get-ExchangeCertificate
- Finally enable the imported certificate for the services you need:
Enable-ExchangeCertificate -Thumbprint 1ASDFGHJKLASDFGHJKSDFGHJDFGHJDFGHJSDFGHJ -Services "IMAP,POP,IIS"