# Certificates

This section in Connectware allows you to upload custom certificates into the Connectware `certs` volume.

Please see the following picture to learn more about this section controls and on-screen information about the certificates uploaded:

<figure><img src="https://1495428842-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPRxCI5iN2a8F6qzT9n0T%2Fuploads%2Fgit-blob-e359db62ad701b93e671b4c96e72d36e3a1107ca%2Fcertificates-1.png?alt=media" alt=""><figcaption></figcaption></figure>

Upon uploading a certificate, a backup of the current certificates will be created. The last backup will be overwritten with the newly created backup and then the uploaded certificate will be appended to the current certificate chain.

These certificates are stored on the `certs` volume under the name `cybus_ca.crt`, which is the current list of certificates and `cybus_ca_backup`, which is the backup of the previous list of certificates.

These files can be referenced using the full path: `/connectware_certs/cybus_ca.crt` and `/connectware_certs/cybus_ca_backup`.

When adding another certificate with a different organization, it will look like this:

<figure><img src="https://1495428842-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPRxCI5iN2a8F6qzT9n0T%2Fuploads%2Fgit-blob-562a7bab5ae12c292ca2dfa31b729f50137dc79a%2Fcertificates-2.png?alt=media" alt=""><figcaption></figcaption></figure>


---

# 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.cybus.io/1-10-1/documentation/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.
