Knowledge Base
Why SSL Certificate Import Fails Due to an Organization Mismatch in SCM
Overview
If you import an SSL certificate into SCM by API, the import may fail when the certificate is already associated with a different organization. This article explains why the error happens and how to fix it.
Symptoms
The certificate import request fails and returns an error similar to the following:
"successful": false,
"errorMessage": "Found certificate's organization 'X' is not equal to Rule/Filter organization 'Y'."
Cause
In SCM, a certificate can belong to only one organization at a time. If the certificate is already linked to another organization, SCM blocks the import.
-
This rule applies to all certificates, including CA certificates.
-
SCM checks organization ownership automatically during import.
-
If the organization does not match, the import is rejected.
This is expected behavior and helps prevent certificates from being managed under the wrong organization.
What to Know
-
The same certificate cannot be actively managed in multiple organizations at the same time within one SCM account.
-
A certificate can be moved to another organization, but it cannot exist in both organizations at once.
-
This validation happens automatically when you send the API import request.
How to Resolve It
To import the certificate into a different organization, follow these steps:
-
Find the organization that currently owns the certificate.
-
Remove the certificate from that organization.
-
Retry the API import for the destination organization.
Example
For example, a certificate may already be associated with one organization while you are trying to import it into another:
-
Source Org: Chao Test Organization
-
Target Org: Chao New Demo SCM Org
In this case:
-
Import fails due to mismatch
-
Resolution: Remove certificate before re-import
Summary
-
A certificate can belong to only one organization at a time.
-
If the certificate is already assigned elsewhere, the import fails.
-
To complete the import, remove the certificate first.
Need assistance?
Contact our team for help with your purchase or issuing your certificate.