> For the complete documentation index, see [llms.txt](https://docs.wem.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wem.io/platform/wemmodeler/services-and-integration/certificates.md).

# Certificates

{% hint style="info" %}
You can find more detailed information about Certificates in WEM in the Security Section of the Project Settings: [Security Settings](/platform/wemmodeler/project-settings/security-settings.md#certificates).&#x20;
{% endhint %}

### Add a certificate

You can manage your certificates in the project resource bar under the tab `Webservices and comet`. In this pane, you see the folders to set up web services, authentication protocols and a certificates folder on the bottom. You have 4 types of certificates you can add, namely `Client certificates`, `Server certificates`, `Trusted clients` and `Trusted servers`. When you select a folder with the right mouse button you get an option window like this:&#x20;

![Here you can upload certificate files or create a self-signed certificate.  ](/files/tK4plNZL0XzbRoCHsX29)

When you want to upload a certificate a new window appears with the option to drag and drop a certificate file, or you select one from your system by clicking the empty box. The different certificate types accept different filetypes.&#x20;

* Client and server certificates: `.pem, .pfx or .p12`&#x20;
* Trusted server and Trusted Client: `.crt, .cer, .cert, .pem or .der`

You can also create your own self signed client and server certificates. Selecting this option opens a new window with a form, here you can fill in the details of the certificates and create it.&#x20;

### Certificate details

Certificates that are added to the modeler can be viewed and downloaded. You can do this by using right-mouse-button or the  **`[...]`** three-dot button. This opens the context menu, where you can select to open the certificate details or download the certificate. You can also download the certificate from the details screen. These are the details a certificate provides:&#x20;

![](/files/1W4BfTXlyZ2r87C7UPfn)

#### Private certificates

You can also download your private key. When you do this, you are prompted with a window giving you the possibility to include the private key. A private key is protected by a password you need to create before you can download your certificate.&#x20;

You can find more detailed information about Certificates in WEM in the Security Section of the Project Settings: [Security Settings](/platform/wemmodeler/project-settings/security-settings.md#certificates).&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.wem.io/platform/wemmodeler/services-and-integration/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.
