set STROKE_REREAD_FIRST to STROKE_REREAD_SECRETS
This commit is contained in:
+9
-4
@@ -239,6 +239,7 @@ static int list(stroke_keyword_t kw, int utc)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int reread_flags[] = {
|
static int reread_flags[] = {
|
||||||
|
REREAD_SECRETS,
|
||||||
REREAD_CACERTS,
|
REREAD_CACERTS,
|
||||||
REREAD_OCSPCERTS,
|
REREAD_OCSPCERTS,
|
||||||
REREAD_AACERTS,
|
REREAD_AACERTS,
|
||||||
@@ -316,10 +317,14 @@ static void exit_usage(char *error)
|
|||||||
printf(" LEVEL is -1|0|1|2|3|4\n");
|
printf(" LEVEL is -1|0|1|2|3|4\n");
|
||||||
printf(" Show connection status:\n");
|
printf(" Show connection status:\n");
|
||||||
printf(" stroke status\n");
|
printf(" stroke status\n");
|
||||||
printf(" Show list of locally loaded certificates and crls:\n");
|
printf(" Show list of authority and attribute certificates:\n");
|
||||||
printf(" stroke listcerts|listcacerts|listocspcerts|listcainfos|listcrls|listocsp|listall\n");
|
printf(" stroke listcacerts|listocspcerts|listaacerts|listacerts\n");
|
||||||
printf(" Reload ca certificates and crls:\n");
|
printf(" Show list of end entity certificates, ca info records and crls:\n");
|
||||||
printf(" stroke rereadcacerts|rereadcrls|rereadall\n");
|
printf(" stroke listcerts|listcainfos|listcrls|listall\n");
|
||||||
|
printf(" Reload authority and attribute certificates:\n");
|
||||||
|
printf(" stroke rereadcacerts|rereadocspcerts|rereadaacerts|rereadacerts\n");
|
||||||
|
printf(" Reload secrets and crls:\n");
|
||||||
|
printf(" stroke rereadsecrets|rereadcrls|rereadall\n");
|
||||||
printf(" Purge ocsp cache entries:\n");
|
printf(" Purge ocsp cache entries:\n");
|
||||||
printf(" stroke purgeocsp\n");
|
printf(" stroke purgeocsp\n");
|
||||||
exit_error(error);
|
exit_error(error);
|
||||||
|
|||||||
Reference in New Issue
Block a user