source: tests/example_scripts/perl/run_prover @ ec550f7

abac0-leakabac0-meimei-idtvf-new-xml
Last change on this file since ec550f7 was ec550f7, checked in by Mei <mei@…>, 11 years ago

1) reworked how API doc is generated
2) tweak top level Makefile.am
3) loading issuer principal as side-effect of loading

an attribute credentials

4) add examples of GENI specific attribute credentials

and principal certificates into the regression testing

5) rename examples to tests

  • Property mode set to 100755
File size: 267 bytes
Line 
1#!/bin/sh
2
3keystore=`pwd`
4pID=`creddy --keyid --cert ${keystore}/IceCream_ID.pem`
5cID=`creddy --keyid --cert ${keystore}/Chocolate_ID.pem`
6
7role="${pID}.delicious"
8principal="${cID}"
9
10./abac_prover.pl --keystore="$keystore" --role="$role" --principal="$principal"
11
12
13
Note: See TracBrowser for help on using the repository browser.