Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The GCP Cloud Region, Registry ID, and Device ID should all be obtained from the Cloud IoT Core that was created.

The Private Key File must be a DER encoded PKCS8 private key.  NOTE: If the private key was generated using the Google Cloud IoT Core Quickstart guide (https://cloud.google.com/iot/docs/quickstart) it may need to be converted.  The following command is helpful for converting from PEM to PKCS8 DER encoding:

No Format
openssl pkcs8 -topk8 -inform PEM -outform DER -in rsa_private.pem -out rsa_private.der -nocrypt


Now the Google Cloud Injector module is connected to the Cloud IoT Core and ready to push Tag data.

...