mei_rt2mei_rt2_fix_1
Last change
on this file since ced90bc was
3a867a1,
checked in by Mei <mei@…>, 12 years ago
|
1) add the note on new combo idkey file format
|
-
Property mode set to
100644
|
File size:
968 bytes
|
Rev | Line | |
---|
[af15528] | 1 | A libabac keystore is a simple directory filled with some number of X509 |
---|
| 2 | identity and X509 attribute certificates. It may optionally include RSA |
---|
| 3 | private keys. |
---|
| 4 | |
---|
| 5 | X509 identity certs are identified as files whose names end in _ID.der |
---|
| 6 | or _ID.pem. The part before the _ID.pem is irrelevant, though for the |
---|
| 7 | sake of convneince the libabac credential manager gives it the name of |
---|
[3a867a1] | 8 | the CN you supplied. If the optional private key file is available, it |
---|
| 9 | would be stored in _private.der or _private.pem with the same prefix as |
---|
| 10 | the matching id file. |
---|
| 11 | |
---|
| 12 | A new combined identity and private key cert format is implemented. |
---|
| 13 | It is a single file whose name ends in _IDKEY.der or _IDKEY.pem. |
---|
| 14 | The identity and private key informations are stored sequentially within |
---|
| 15 | the file in any order. If either part is missing, libabac will handle |
---|
| 16 | accordingly and properly. |
---|
[af15528] | 17 | |
---|
| 18 | X509 attribute certs are identified as files whose names end in |
---|
| 19 | _attr.der. The portion before the _attr.der is irrelevant. |
---|
[3a867a1] | 20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.