KeyChainConf » History » Version 2
Yingdi Yu, 04/24/2014 11:47 AM
| 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 | ## PIB |
||
| 16 | |||
| 17 | Right now, only one type of **pib** is suppported: **sqlite3** which corresponds to `SecPublicInfoSqlite3`. |
||
| 18 | But in release 2.0, we will support an new type of **pib**: **service** which corresponds to a system service. |
||
| 19 | |||
| 20 | ## TPM |