implemented rereadcrls rereadcacerts

This commit is contained in:
Andreas Steffen
2006-06-20 06:07:37 +00:00
parent 21b433c641
commit a8ed64c494
+3 -3
View File
@@ -115,8 +115,7 @@ listalgs|listpubkeys|listaacerts|\
listocspcerts|listacerts|listgroups|\ listocspcerts|listacerts|listgroups|\
listcainfos|listocsp|listcards|\ listcainfos|listocsp|listcards|\
purgeocsp|rereadsecrets|rereadgroups|\ purgeocsp|rereadsecrets|rereadgroups|\
rereadcacerts|rereadaacerts|rereadocspcerts|\ rereadaacerts|rereadocspcerts|rereadacerts)
rereadacerts|rereadcrls|rereadall)
op="$1" op="$1"
shift shift
if test -e $IPSEC_PLUTO_PID if test -e $IPSEC_PLUTO_PID
@@ -124,7 +123,8 @@ rereadacerts|rereadcrls|rereadall)
$IPSEC_WHACK "$@" "--$op" $IPSEC_WHACK "$@" "--$op"
fi fi
;; ;;
listcerts|listcacerts|listcrls|listall) listcerts|listcacerts|listcrls|listall|\
rereadcacerts|rereadcrls|rereadall)
op="$1" op="$1"
shift shift
if test -e $IPSEC_PLUTO_PID if test -e $IPSEC_PLUTO_PID