stroke now recognizes the keywords listocspcerts|cainfos|ocsp, rereadocspcerts and purgeocsp
This commit is contained in:
+7
-6
@@ -112,10 +112,9 @@ down)
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
listalgs|listpubkeys|listaacerts|\
|
listalgs|listpubkeys|listaacerts|\
|
||||||
listocspcerts|listacerts|listgroups|\
|
listacerts|listgroups|\listcards|\
|
||||||
listcainfos|listocsp|listcards|\
|
rereadsecrets|rereadgroups|\
|
||||||
purgeocsp|rereadsecrets|rereadgroups|\
|
rereadaacerts|rereadacerts)
|
||||||
rereadaacerts|rereadocspcerts|rereadacerts)
|
|
||||||
op="$1"
|
op="$1"
|
||||||
shift
|
shift
|
||||||
if test -e $IPSEC_PLUTO_PID
|
if test -e $IPSEC_PLUTO_PID
|
||||||
@@ -124,8 +123,10 @@ rereadaacerts|rereadocspcerts|rereadacerts)
|
|||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
listcerts|listcacerts|listcrls|listall|\
|
listcerts|listcacerts|listocspcerts|\
|
||||||
rereadcacerts|rereadcrls|rereadall)
|
listcainfos|listcrls|listocsp|listall|\
|
||||||
|
rereadcacerts|rereadocspcerts|rereadcrls|\
|
||||||
|
rereadall|purgeocsp)
|
||||||
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