> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/solidsense/solidsense-software/other-software-articles/gateway-secure-communication-and-vpn.md).

# Gateway secure communication and VPN

{% hint style="warning" %}
The documentation for SolidSense software is not maintained by SolidRun and the information herein is not actual with the latest version of the software, please contact our partner [SolidSense Connect](https://solidsense-connect.com/) who is now developing the SolidSense software.
{% endhint %}

#### Included communication security features

SolidSense system comes with **openssl** to establish encrypted communication channels and **openvpn** to connect to virtual private networks.

To be able to rejoin networks or to connect to specific servers, it can be necessary to change the root certificate of the gateway

#### Installing new certificates on the gateway

New certificates to be installed must be copied in: /usr/local/share/ca-certificates . If that directory does not exist it shall be created: `mkdir -p /usr/local/share/ca-certificates`.

After having copied the new certificates please run:

```
sudo /usr/sbin/update-ca-certificates
```

To remove, the command to run is ‘`sudo /usr/sbin/update-ca-certificates --fresh`‘ after removing the cert from /usr/local/share/ca-certificates.


---

# 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://dev.solid-run.com/solidsense/solidsense-software/other-software-articles/gateway-secure-communication-and-vpn.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.
