source: tests/example_scripts/wiki/newguy.sh

Last change on this file was 4f79997, checked in by Mei <mei@…>, 11 years ago

1) add a new scaling test -haystack/ralphs
2) tweak some libabac code here and there

  • Property mode set to 100755
File size: 175 bytes
Line 
1#!/usr/bin/env sh
2# newguy.sh
3
4if [ -z "${TESTDIR}" ] ; then
5    TESTDIR=../..
6fi
7. ${TESTDIR}/test_util.sh
8
9$eloc/creddy --generate --cn newGuy
10mv newGuy_ID.pem newGuy.pem
11
Note: See TracBrowser for help on using the repository browser.