Modify TPM2 Plugin codes
[aaf/sshsm.git] / TPM2-Plugin / README.md
1 ## Introduction
2
3 This is TPM2-Plugin to load asymetric key pairs to TPM2.0 module.
4 The private part of keys can only be used for signing when it is loaded in TPM module.
5 ### Build
6
7 ./bootstrap
8 ./configure --prefix test
9
10 ### Installation
11 make install
12
13 ###Uninstall
14
15 make clean
16 make distclean