Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions iot/mqtt_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ run the sample as:
--registry_id=my-registry \
--device_id=my-node-device \
--private_key_file=../rsa_private.pem \
--cloud_region=us-west1 \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit. I'm not 100% sure we're in the us-west1 region yet, can you change this to us-central1, europe-west1, or asia-east1?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you verify? I can modify.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did, us-central1 is definitely supported, others I didn't list are not showing up for me.

--algorithm=RS256

# Reading the messages written by the sample client
Expand Down