aboutsummaryrefslogtreecommitdiffstats
path: root/TPM2-Plugin/README.md
blob: 5d8183f0ead1959d7610fbb80659cb78653edede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.
Loading Password protected Primary Keys in plugin requires the setting of the
following ENVIRONMENT Variable:
```
TPM_PRK_PASSWORD
```
The plugin will read this and setup hmac appropriately for the session.
## Build

```
./bootstrap
./configure --prefix test
```

## Installation and Uninstallation
```
make install
```

```
make clean
make distclean
```