KeyChainConf » History » Revision 2
Revision 1 (Yingdi Yu, 04/24/2014 11:31 AM) → Revision 2/9 (Yingdi Yu, 04/24/2014 11:47 AM)
KeyChain Configuration ====================== The configuration file of `KeyChain` consists of **pib** (Public Information Base) and **tpm** (Trusted Platform Module). pib ; Public Information Base { type sqlite3 } tpm ; Trust Platform Module { type file } ## PIB Right now, only one type of **pib** is suppported: **sqlite3** which corresponds to `SecPublicInfoSqlite3`. But in release 2.0, we will support an new type of **pib**: **service** which corresponds to a system service. ## TPM