Send file of AT commands through Serial Terminal app

Hi everyone, I'm doing a bash script to setup keys and certificates on my t91 using AT commands. It was previously done with a batch script and, as it was on windows, an app like RealTerm could be used. But now working on doing it cross platform and with a nordic tool, I'm searching for a way to achieve this with the serial terminal app from nRF Connect for Desktop (or any other app if there is a better one for this use).
Thanks in advance !

Parents Reply
  • I figured out by myself how to do it but for those who might potentially have the same question, here's what I found about the json file format:
    {
        "caCert": "<insert CA Certificate here>",
        "clientCert": "<insert public Certificate here>",
        "privateKey":"<insert private Certificate here>",
        "secTag":"<insert security tag here (default is `16842753`)>"
    }

Children
Related