abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change
on this file since 02036f4 was
9e063cb,
checked in by Mei <mei@…>, 12 years ago
|
1) test out using encrypted private key to generate id credential
|
-
Property mode set to
100755
|
File size:
358 bytes
|
Rev | Line | |
---|
[461541a] | 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 --roles --cert Acme_ID.pem |
---|
| 11 | $eloc/creddy --roles --cert Acme_private.pem |
---|
| 12 | $eloc/creddy --roles --cert Acme_buy_rockets__Acme_preferred_customer_attr.xml |
---|
[9e063cb] | 13 | $eloc/creddy --roles --cert bad_attr.xml |
---|
Note: See
TracBrowser
for help on using the repository browser.