HewlettPackard / devid-provisioning-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Go 99.8%Language:Makefile 0.2%