Knowledgebase

How to export and import UC certificate?  Print this Article

If you want to backup UCC SSL with private key, use the following command:

Export-ExchangeCertificate -Thumbprint -BinaryEncoded:$true -Path c:\certificates\export.pfx -Password:(Get-Credential).password

Command to import SSL:

Import-ExchangeCertificate -Path c:\certificates\export.pfx -Password:(Get-Credential).password

To get Thumbprint SSL of installed certificate, open Exchange Management Shell (Start -> Programs -> MS Exchange 2007 -> Exchange Management Shell) any type the command:

Get-ExchangeCertificate

Was this answer helpful?

Related Articles

Configuring Sendmail MTA to work with Comodo Certificates
Sendmail can be configured to encrypt email via the secure socket layer (SSL) when you want to...
Error: 0x800cc19 in Microsoft Outlook
This may be caused by software incorrect configuration of SpamKiller (McAfee). Disable Spam...
How to re-collect an e-mail certificate?
Certificate receiving is possible only on the device and browser, with which you applied for it....
Which browser can I use to sign up for a Code Signing certificate?
Which browser can I use to sign up for a Code Signing certificate? Following browsers support...
Error 'Certificate installation was unsuccesfull!'
The error: -2146885628 with comment Certificate installation was...