Categorygithub.com/HewlettPackard/devid-provisioning-tool
repository
0.0.0-20210802194324-b912ef2c1957
Repository: https://github.com/hewlettpackard/devid-provisioning-tool.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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.