/devid-provisioning-tool

Primary LanguageGoApache License 2.0Apache-2.0

DevID Provisioning Tool

This tool is still under development and is not ready for production use yet.

The DevID Provisioning tool generates DevID credentials using keys generated by a TPM. It performs the enrolment protocol defined in the TCG specification: TPM 2.0 Keys for Device Identity and Attestation.

Build

make build

Configure

Example files are provided for the agent and server component.

Run

  1. Run the provisioning service
./bin/provisioning-server
  1. Run the provisioning agent
./bin/provisioning-agent

The agent provisions the TPM and outputs the DevID certificate and keys in the current folder by default.