# Importing Certificates

To **import** an X.509 Certificate, go to **Setup** → **Trust Stores** and select the cluster in the **Cluster** dropdown menu.&#x20;

1. Click the **Certificates** tab.&#x20;
2. Select the **IMPORT** button.
3. In the **Import Certificate** window, click the **UPLOAD** button and browse the file system to locate the file.
4. Click the **Open** button to load the file.
5. In the **Type** drop-down list, select the type of certificate you are importing choosing either **CA** or **USR**.
6. Select the **Format** choosing among:\
   \- **DER encoding**\
   \- **PEM encoding**\
   \- **PKCS#7 PEM encoded**\
   \- **Automatic encoding detection**
7. Press **Confirm**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-mover-1.21/security/key-stores-and-trust-stores/trust-store/importing-certificates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
