Getting a certificate error while trying to install cbor2 and python pip
I’m in the process of trying to provision a nordic semiconductors device, specifically the Thingy 91, to use nRF Cloud services. In order to do the Just-In-Time provisioning I need to generate my device credentials which involved grabbing the private key and associated CSR for my device through the terminal as a CBOR object. I’m currently having difficulties trying to convert this object to a CSR using the modem_credentials_parser.py
script.