implemented rereadcrls rereadcacerts
This commit is contained in:
+3
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user