KeyChainConf » History » Version 3
Yingdi Yu, 04/24/2014 01:26 PM
1 | 1 | Yingdi Yu | KeyChain Configuration |
---|---|---|---|
2 | ====================== |
||
3 | |||
4 | 2 | Yingdi Yu | The configuration file of `KeyChain` consists of **pib** (Public Information Base) and **tpm** (Trusted Platform Module). |
5 | 1 | Yingdi Yu | |
6 | pib ; Public Information Base |
||
7 | { |
||
8 | 2 | Yingdi Yu | type sqlite3 |
9 | 1 | Yingdi Yu | } |
10 | tpm ; Trust Platform Module |
||
11 | { |
||
12 | 2 | Yingdi Yu | type file |
13 | 1 | Yingdi Yu | } |
14 | 2 | Yingdi Yu | |
15 | 3 | Yingdi Yu | ## pib |
16 | 2 | Yingdi Yu | |
17 | Right now, only one type of **pib** is suppported: **sqlite3** which corresponds to `SecPublicInfoSqlite3`. |
||
18 | 3 | Yingdi Yu | But in release 2.0, we will support an new type of **pib**: **service** which corresponds to a [[PublicInfoService|system service]]. |
19 | 1 | Yingdi Yu | |
20 | 3 | Yingdi Yu | <font color='red'>ATTENTION!! Only ONE **pib** can be specified in KeyChain configuration.</font> |
21 | |||
22 | ## tpm |