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.
make build
Example files are provided for the agent and server component.
- Run the provisioning service
./bin/provisioning-server
- 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.