samples: net: google_iot: Clarify key type docs
Clarify in the docs the importance of generating a key type that matches the configuration used to sign JWT tokens. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
fb137098c9
commit
a7d35b7984
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ The application includes a key creation script.
|
|||
|
||||
Run the ``create_keys.py`` script in the
|
||||
``samples/net/cloud/google_iot_mqtt/src/private_info/`` directory.
|
||||
Be sure that they key type generated (RSA or ECDSA) matches your
|
||||
config of either :code:`JWT_SIGN_RSA` or :code:`JWT_SIGN_ECDSA`.
|
||||
|
||||
Users will also be required to configure the following Kconfig options
|
||||
based on their Google Cloud IOT project. The following values come
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue