Hi everyone,
I’m using the RAK5146 Pi HAT with a Raspberry Pi CM4 and a Pi 4 adapter. I have ChirpStack running in Docker, and the RAK gateway is showing as online.
However, ChirpStack is unable to generate certificates.
I followed the guide from the ChirpStack Certificates GitHub repo:
GitHub - chirpstack/chirpstack-certificates: Scripts to generate certificates for the ChirpStack components.
I generated the certificates and copied the folder to /etc/chirpstack/certs
. Then, I updated my docker-compose.yml
to use these certs.
After that, I ran the following:
bash
CopyEdit
docker compose down
docker compose up -d
But ChirpStack still cannot generate or use the certificates. Am I missing a step in the Docker configuration or certificate integration?
Any help would be appreciated!
Thanks in advance.
Let me know if you want to include config snippets (like your docker-compose.yml
), and I can help format that too.