Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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.

  • No labels