Skip to content
#

tpm

Here are 81 public repositories matching this topic...

Koerk123
Koerk123 commented Apr 21, 2020

I created a rsa key using the following command in a Makefile:
tpm2tss-genkey -a rsa -s $(GENRSA_NUMBITS) $(PRIVATE)/$@
The created file looks like:

-----BEGIN TSS2 PRIVATE KEY-----
Something
-----END TSS2 PRIVATE KEY-----

Then I tried to import the key using tpm2_ptool into the token I mentioned in #480
This led to an error:

sudo ./tpm2_ptool import --userpin **** --pri
jyong2
jyong2 commented May 9, 2019

meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools.inc needs to inherit bash-completion.

Bitbake produces the following warnings otherwise:
WARNING: tpm2-tools-git.AUTOINC+e3a2fcf720-r0 do_package: QA Issue: tpm2-tools: Files/directories were installed but not shipped in any package:
/usr/share
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/co

Improve this page

Add a description, image, and links to the tpm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tpm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.