source: examples/creddy_tests/keyid.sh @ 06c86d7

mei-rt0-n
Last change on this file since 06c86d7 was 9e063cb, checked in by Mei <mei@…>, 11 years ago

1) test out using encrypted private key to generate id credential

  • Property mode set to 100755
File size: 358 bytes
Line 
1#!/bin/sh
2
3pwd=`pwd`
4eloc=`which creddy | sed 's/\/creddy//'`
5if [ "$eloc" = "" ]; then
6  echo "ERROR: creddy is not in the search path!!!"
7  exit 1
8fi
9
10$eloc/creddy --keyid --cert Acme_ID.pem
11$eloc/creddy --keyid --cert Acme_private.pem
12$eloc/creddy --keyid --cert Acme_buy_rockets__Acme_preferred_customer_attr.xml
13$eloc/creddy --keyid --cert bad_attr.xml
Note: See TracBrowser for help on using the repository browser.