mei_rt2mei_rt2_fix_1
Last change
on this file since e205b49 was
08c8a53,
checked in by Mei <mei@…>, 12 years ago
|
1) take out accidentally committed setup.py changes
|
-
Property mode set to
100755
|
File size:
398 bytes
|
Rev | Line | |
---|
[5110d42] | 1 | #!/usr/bin/env python |
---|
| 2 | |
---|
| 3 | """ |
---|
[f824a9e] | 4 | See README for the semantics. This creates two of three prinicpals |
---|
| 5 | (Alpha and Bob) used by the example. |
---|
[5110d42] | 6 | |
---|
| 7 | """ |
---|
| 8 | import os |
---|
| 9 | import ABAC |
---|
| 10 | |
---|
| 11 | ctxt = ABAC.Context() |
---|
| 12 | |
---|
[08c8a53] | 13 | alphaID=ABAC.ID("Alpha", 0) |
---|
| 14 | alphaID.id_write_cert("Alpha_ID.pem") |
---|
| 15 | alphaID.id_write_privkey("Alpha_private.pem") |
---|
[5110d42] | 16 | |
---|
[08c8a53] | 17 | bobID=ABAC.ID("Bob", 0) |
---|
| 18 | bobID.id_write_cert("Bob_ID.pem") |
---|
| 19 | bobID.id_write_privkey("Bob_private.pem") |
---|
Note: See
TracBrowser
for help on using the repository browser.