Cannot import certificate

Usually this error (Cannot import a certificate with a thumbprint of XXXXXXXXXXXXXX) displays when the certificate has been already installed on the server.

If it is and you are trying to enable services on the server for this certificate, you can use a command:

Enable-ExchangeCertificate -Thumbprint [THUMBPRINT] -Services "POP, IMAP, IIS, SMTP"

Note: replace [THUMBPRINT] with the correct thumbprint.

If the certificate is installed correctly and the error is displaying remove the product with Thumbprint in the error massage.
  • 60 Users Found This Useful
Was this answer helpful?

Related Articles

Java Keytool: commands

Deleting a certificate:  keytool -delete -alias aliasname List all of the...

How do I make my own bundle file from CRT files?

You may do this using you favorite text editor or by using the command line.Example: #...

Convert certificates formats (PEM/P7B/PFX/DER)

You can change certificate format using OpenSSL commands or SSL Converter tool. The...

Changing .crt file into the .cer format

Double-click on the yourwebsite.crt file to open it into the certificate display. In a new...

Converting .pfx file for use with Apache

Run the following command with open SSL:  openssl pkcs12 -in mypfxfile.pfx -out...