Project

General

Profile

KeyChainConf » History » Revision 3

Revision 2 (Yingdi Yu, 04/24/2014 11:47 AM) → Revision 3/9 (Yingdi Yu, 04/24/2014 01:26 PM)

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 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 [[PublicInfoService|system service]].  

 <font color='red'>ATTENTION!! Only ONE **pib** can be specified in KeyChain configuration.</font> system service. 

 ## tpm 






 TPM