kartben / thethingsstack-on-azure

Instructions and deployment scripts for setting up a LoRaWAN network server on Azure cloud, using the Things Stack.
35 stars 8 forks source link

lora basics-station #6

Open johncaipa opened 2 years ago

johncaipa commented 2 years ago

Hi, a question, where I could find the .pem file to be able to use it in my connection with my gateway if I use the LoRa Basics Station protocol

kartben commented 2 years ago

Hi @johncaipa I am not super familiar with LoRa basic but looking at https://www.thethingsindustries.com/docs/gateways/lora-basics-station/lns/#lns-server-certificate--lns-trust it looks like what you need is the .pem file of the CA used for the TTS install, which would be Let's Encrypt's Root X1 which you can get here.

johncaipa commented 2 years ago

Thanks for your answer, I wanted to ask you something else, I see that the most representative cost of putting TTS in Azure has to do with Postgresql and Redis, it is possible to configure a more basic instance for these services if we are talking about private networks that are going to have less 500 devices per customer? In this case, what would you recommend?