abac0-leakabac0-meitvf-new-xml
Last change
on this file since e2e8440 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:
757 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | pwd=`pwd` |
---|
4 | eloc=`which creddy | sed 's/\/creddy//'` |
---|
5 | if [ "$eloc" = "" ]; then |
---|
6 | echo "ERROR: creddy is not in the search path!!!" |
---|
7 | exit 1 |
---|
8 | fi |
---|
9 | |
---|
10 | $eloc/creddy --display --show=all --cert Acme_ID.pem |
---|
11 | $eloc/creddy --display --show=all --cert Acme_private.pem |
---|
12 | $eloc/creddy --display --show=all --cert Acme_buy_rockets__Acme_preferred_customer_attr.xml |
---|
13 | $eloc/creddy --display --show=all --cert Acme_preferred_customer__Coyote_attr.xml |
---|
14 | $eloc/creddy --display --show=all --cert bad_attr.xml |
---|
15 | |
---|
16 | $eloc/creddy --display --show=all --cert not_ss.pem |
---|
17 | $eloc/creddy --display --show=all --cert not_ss.xml |
---|
18 | |
---|
19 | $eloc/creddy --display --show=all --cert ProtoGENI.xml |
---|
20 | $eloc/creddy --display --show=all --cert PGissuer.pem |
---|
21 | $eloc/creddy --display --show=all --cert priv.xml |
---|
Note: See
TracBrowser
for help on using the repository browser.