Chirpstack V4 - Certificate for web and API

Hello, im running the new Chirpstack V4 on its Docker installation mode, and i am trying to securize the web interface and the external API, i added these on the end of the chirpstack.toml file;

[application_server.external_api]
tls_cert="/etc/chirpstack/certs/certificate.pem"
tls_key="/etc/chirpstack/certs/certificate.key"

By following this:

From here: Configuration - ChirpStack open-source LoRaWAN<sup>®</sup> Network Server

But i cant get tls running when i enter the web or use the API.

Am i missing something or doing something wrong?

Thanks in advice.

You are looking at the v3 documentation of the ChirpStack Application Server component. This component no longer exists with ChirpStack v4 and thus this documentation does not apply. Currently there is no configuration within ChirpStack v4 to expose the web-interface and API over TLS. Most users are using for example NGINX as proxy in front of ChirpStack.

1 Like

Okay, thank you so much for your help, i will check how to set a NGINX proxy.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.