aboutsummaryrefslogtreecommitdiffstats
path: root/TPM2-Plugin/README.md
blob: 978495ceb0c514a3eb0277e8cf7988477c4841de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Introduction

This is TPM2-Plugin to load asymetric key pairs to TPM2.0 module.
The private part of keys can only be used for signing when it is loaded in TPM module.
### Build

./bootstrap
./configure --prefix test

### Installation
make install

###Uninstall

make clean
make distclean