Hey all,
I want to try the Asset Tracker v2 (NCS v1.6.0) Application in AWS, so I followed this guide.
When I try to create the CA certificates and register them in AWS via the node cli create-ca command I get the following error:
ERROR create-ca failed!
ERROR CertificateValidationException: CA certificate is not valid. The CA certificate does not have the basicConstraints extension as true
it fails after the openssl x509 subcommand, more precisely after it created rootCA.pem certificate locally.
I am an absolute newbie in AWS, so maybe I get some things wrong, but I can't see any certificates in the AWS Certificate Manager, so my guess is, that the creation fails at the point where it want's to register the certificates to AWS.
I also found this post on Stack Overflow, so it seems like an issue with the open ssl config, but your openssl subcommand seems not to use any external config file, so maybe my default / system openssl is the problem here? It's version is LibreSSL 2.8.3 on a MacOS Big Sur 11.4.
I would be thankful for any hint's, ideas, input, etc.
Best Regards
Rudolph