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