Actions
KeyChainConf » History » Revision 2
« Previous |
Revision 2/9
(diff)
| Next »
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¶
Updated by Yingdi Yu over 10 years ago · 9 revisions