mei_rt2mei_rt2_fix_1
Last change
on this file since 08b8da7 was
08b8da7,
checked in by Mei <mei@…>, 12 years ago
|
1) rework examples directory with Makefile
2) update scaling with plotting scripts
3) add more doc in there
|
-
Property mode set to
100755
|
File size:
314 bytes
|
Rev | Line | |
---|
[bea18ef] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | keystore=`pwd` |
---|
| 4 | pID=`creddy --keyid --cert ${keystore}/IceCream_ID.pem` |
---|
| 5 | cID=`creddy --keyid --cert ${keystore}/Chocolate_ID.pem` |
---|
| 6 | |
---|
| 7 | role="[keyid:${pID}].role:delicious" |
---|
| 8 | principal="[keyid:${cID}]" |
---|
| 9 | |
---|
| 10 | ./abac_prover "$keystore" "$role" "$principal" |
---|
| 11 | |
---|
[08b8da7] | 12 | #echo "$keystore" "$role" "$principal" |
---|
| 13 | #gdb ./abac_prover |
---|
| 14 | |
---|
[bea18ef] | 15 | |
---|
| 16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.