From cf7d1ca9b159b4c03595bd6361417c30db89846e Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 13 Nov 2012 19:36:39 -0500 Subject: Added TPS scripts. --- scripts/tps-check-shared.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/tps-check-shared.sh (limited to 'scripts/tps-check-shared.sh') diff --git a/scripts/tps-check-shared.sh b/scripts/tps-check-shared.sh new file mode 100755 index 0000000..50ab49e --- /dev/null +++ b/scripts/tps-check-shared.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +INSTANCE_DIR=/var/lib/pki-tps +grep "internal:" $INSTANCE_DIR/conf/password.conf | sed "s/internal://" > $INSTANCE_DIR/conf/internal.txt +tkstool -L -d $INSTANCE_DIR/alias -f $INSTANCE_DIR/conf/internal.txt -- cgit