Manage certificate authorities
Use the Certificate Authorities page in CID Hub to import your organization's trusted certificate authorities (CAs) and distribute them to every CID in your account. CIDs use these CAs to trust corporate or self-signed server certificates, such as those on an OpenLab Server or an OpenLab ECM 3.x server, so that registration and OpenLab CDS connections succeed. This page is for the lab administrator or IT operator who manages certificate trust for the account.
Import your root and intermediate CAs, not individual server certificates. Your CAs validate every server certificate they signed, so importing them once covers all the OpenLab Server and OpenLab ECM servers in your organization. Import an individual server certificate only for a standalone certificate that is not issued by any CA.
For which server certificates require a CA import, see the SSL certificate requirements section of System requirements.
Prerequisites
- You must have the Administrator role to view, import, edit, or delete certificate authorities.
- You need each certificate authority in PEM format (the root certificate and any intermediate certificates), without private keys.
Open the Certificate Authorities page
The Certificate Authorities page lists the CAs trusted by your account.
-
Click the Settings (gear) icon in the top-right corner of the top navigation bar.
-
Select Certificate Authorities.
The Certificate Authorities list opens. The toolbar above the list has Edit (pencil) and Delete (trash) icons, and an Import button sits at the top right.

The Certificate Authorities menu item is available to Administrators. When the list is empty, it shows the message No certificate authorities found; Click here to import a new certificate authority.
Understand the certificate list
Each imported CA appears as a row with the following columns.
- Name. The name you assigned when you imported the CA.
- Subject. The full Distinguished Name (DN) of the certificate's subject.
- Issuer. The full DN of the authority that issued the certificate. A root CA is self-issued, so its Subject and Issuer match.
- Valid From and Valid To. The start and end of the certificate's validity period.
- Imported By and Date Imported. Who added the CA, and when.
- Modified By and Date Modified. Who last changed the CA, and when.
Subject and Issuer show the full DN; the cell truncates long values, so hover or widen the column to read the rest. Click a column header to sort by that column, and use the column filters to narrow the list, the same as on the other CID Hub list pages.

Import a certificate authority
Importing adds a CA to your account and queues it for distribution to your CIDs.
-
On the Certificate Authorities page, click Import. (When the list is empty, you can instead click the Click here link in the empty-list message.)
-
In the Import Certificate Authority dialog, enter a name in Certificate Name.
-
Paste the certificate content into Certificate Data (X.509 PEM format). To import a full chain, paste the root and intermediate certificates together. CID Hub creates a uniquely named entry for each certificate, based on the name you provided.
-
(Optional) Click the preview icon below the certificate field to review the parsed certificate details before you import.
-
Click Import.
The CA appears in the list, and the import is recorded in the Activity Log.

The Import button stays disabled until both fields are filled. If the content is not valid PEM, or if it includes a private key, CID Hub rejects the import and displays a validation error describing what to fix. Certificates imported into CID Hub must never contain a private key.
Edit a certificate authority
You can rename a CA or replace its certificate content.
-
Select a single CA in the list.
-
Click the Edit (pencil) icon in the toolbar.
The Edit icon is enabled only when exactly one CA is selected.
-
In the Edit Certificate Authority dialog, update Certificate Name, Certificate Data (X.509 PEM format), or both.
-
Enter a reason for the change. CID Hub requires a reason before Update becomes available.
-
Click Update.
The change is recorded in the Activity Log.

Delete certificate authorities
-
Select one or more CAs in the list.
-
Click the Delete (trash) icon in the toolbar.
-
In the Delete Certificate Authority dialog, review the name shown and enter a reason in Reason for this change.
-
Click Yes to confirm.
The CAs are removed, queued for removal from your CIDs, and the deletion is recorded in the Activity Log.

Deleting a CA removes only the entries you selected. If you imported a full chain and then select only the root, the intermediate entries remain in the list until you delete them too.
How certificate authorities reach your CIDs
After you import or remove a CA, CID Hub distributes the change to every CID in your account. Each CID synchronizes its trusted CAs at these times:
- On every CID boot.
- At least once every 24 hours.
- Before any action that re-registers the CID, such as an OpenLab CDS version change or Reset OpenLab CDS.
A CID installs the CAs into both its Linux subsystem and its Windows VM, so the connection checks that each performs succeed. You can follow the synchronization in the Recent activity section of the CID's Summary page, where the CID reports messages such as Installing Certificate Authority and Removing Certificate Authority. CA synchronization is not written to the account Activity Log.
Because synchronization is periodic, a newly imported CA can take up to 24 hours to reach a running CID, unless you reboot the CID or run an action that re-registers it first.
Keep certificate authorities current
CID Hub distributes the certificate authorities you import, but it does not renew them. Monitoring expiration dates and importing renewed CAs before they expire is your organization's responsibility. An expired CA breaks the trust chain on every CID that relies on it. OpenLab CDS connections and registration can then fail without warning.
Use the Valid To column on the Certificate Authorities page to track when each CA expires. See Understand the certificate list.
A CA renewal rarely affects CID Hub alone. When a root or intermediate CA expires, every server certificate it signed becomes invalid at the same time. To restore trust, your IT team typically must:
- Replace the affected server certificates on each OpenLab Server and OpenLab ECM server.
- Distribute the renewed root and intermediate CAs to the servers, clients, Analytical Instrument Controllers (AICs), and any other systems that validate those certificates.
- Import the renewed CAs into CID Hub so that they reach your CIDs.
Coordinate the CID Hub import with the rest of this rollout. Import the renewed CAs around the same time your IT team updates the servers, clients, and AICs, so that the CIDs trust the new certificates as soon as the servers begin presenting them.
See also
- Register an OpenLab Server: record the server a CID registers against during activation.
- SSL certificate requirements: which server certificates require you to upload a CA.
- Manage users and roles: the roles that can manage certificate authorities.
- View activity logs: review CA import, edit, and delete events.
- OpenLab Server unreachable: resolve registration failures caused by an untrusted server certificate.