When importing a new web tier certificate, the following message is displayed:
This certificate is already imported
Image description
The /opt/rsa/am/server/logs/ops-console.log will also have the following message:
OC_CERT_IMPORT,26187,FAIL,UNEXPECTED_EXCEPTION,,,,,ocuser,,,,,,,,,"com.rsa.ims.security.tools.ssl.exception.InvalidCertificateException:
This certificate is already imported
If you have not made the obvious mistake of actually trying to import the same certificate a second time, then the most likely explanation that you previously replaced this certificate, so that this is a second or later replacement, and therefore the root certificate and any intermediate CA certificates are already imported as part of the trust chain, AND you are importing a .p7b response file that contains the entire trust chain.
- If the trust chain looks something like this, with the root CA at the top, any intermediary signing CA in the middle, and your server certificate at the bottom for a trust chain of three:
Image description
- And the response file you are trying to import looks something like this, with the same trust chain of three (i. e., the root CA at top, the intermediary signing CA in the middle, and your server certificate at the bottom):
Image description
Then it is not your server certificate that was already imported. It was one of the root certificates included in your server certificate response file that was already imported and is triggering the error that this certificate is already imported.