source: tests/creddy_tests/setup.sh @ 1afd681

abac0-leakabac0-mei
Last change on this file since 1afd681 was 1afd681, checked in by Mei <mei@…>, 11 years ago

1) ready the 1.5 release..
2) tested out the new attribute features (nicknames), multiple GENI

attribute formats

3) polish up testing' build dir alittle bit more..

  • Property mode set to 100755
File size: 1021 bytes
RevLine 
[461541a]1#!/bin/sh
2
3#Acme.buy_rockets <- Acme.preferred_customer
4#Acme.preferred_customer <- Coyote
5
[3c30b59]6. ${TESTDIR}/test_util.sh
[461541a]7
[3c30b59]8$eloc/creddy --generate --cn Acme 1>/dev/null 2>&1
9$eloc/creddy --generate --cn Coyote 1>/dev/null 2>&1
[461541a]10
[3c30b59]11$eloc/creddy --generate --cn Bigbird 1>/dev/null 2>& 1
12$eloc/creddy --generate --cn Coyote 1>/dev/null 2>& 1
[461541a]13
14$eloc/creddy --attribute \
15       --issuer Acme_ID.pem --key Acme_private.pem --role buy_rockets \
16       --subject-cert Acme_ID.pem --subject-role preferred_customer \
17       --out Acme_buy_rockets__Acme_preferred_customer_attr.xml
18
19$eloc/creddy --attribute \
20       --issuer Acme_ID.pem --key Acme_private.pem --role preferred_customer \
21       --subject-cert Coyote_ID.pem \
22       --out Acme_preferred_customer__Coyote_attr.xml
23
[ec550f7]24cp not_ss.pem_save not_ss.pem
25cp not_ss.xml_save not_ss.xml
26cp priv.xml_save priv.xml
27cp PGissuer.pem_save PGissuer.pem
[3c30b59]28cp iProtoGENI.xml_save iProtoGENI.xml
[1afd681]29## This will be valid for 3 years starting from 7/15/2013
30cp vProtoGENI.xml_save ProtoGENI.xml
[ec550f7]31
Note: See TracBrowser for help on using the repository browser.