Onboard your gateway to VMware Pulse IoT Center using the steps described in this section.
To onboard your gateway, you must perform the following steps:
- Create a device template.
- Download and install the IoTC Agent.
- Onboard your gateway using one of the following authentication methods:
- Basic Authentication - A simple authentication scheme built into the HTTP protocol. The client sends HTTP requests with the Authorization header that contains the word
Basic
followed by a space and a base64-encoded stringusername:password
. - Token-Based Authentication - Creates a single use gateway credential with signature and expire time verification.
- Property-Based Authentication - Creates a single use gateway credential with device identity value verification.
- TPM-Based Authentication - Creates a single use gateway credential with a Trusted Platform Module (TPM) identity value verification. Using this authentication method, you can allow a gateway for enrollment.
- Basic Authentication - A simple authentication scheme built into the HTTP protocol. The client sends HTTP requests with the Authorization header that contains the word