2.14.1 Use of TLS
- Rubén Bustos
Owned by Rubén Bustos
Jun 08, 2023
1 min read
Loading data...
To encrypt all the communication to the proxy server, you can setup the PI-Server to use your certificate and key.
Configure the PI-Server with TLS
Set path to your key and certificate in the configuration
In piplanning.cfg you will find:
- ssl_cert Should contain the path to your certificate file matching your hostname set in the variable hostname of piplanning.cfg
- ssl_cert_key Should match the path to your tls-key for the certificate
To apply the changes, restart the server by executing ./install.sh