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

This is TPM2-Plugin to gererate asymetric key pairs from TPM2.0 module 
and save them in SoftHSM Token object folder in encryped fasion.
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