Actions
KeyChainConf » History » Revision 3
« Previous |
Revision 3/9
(diff)
| Next »
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¶
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.
ATTENTION!! Only ONE pib can be specified in KeyChain configuration.
tpm¶
Updated by Yingdi Yu over 10 years ago · 9 revisions