vici: Clear credential cache when unloading an authority section
This commit is contained in:
@@ -504,6 +504,7 @@ CALLBACK(unload_authority, vici_message_t*,
|
|||||||
{
|
{
|
||||||
return create_reply("unload: authority '%s' not found", authority_name);
|
return create_reply("unload: authority '%s' not found", authority_name);
|
||||||
}
|
}
|
||||||
|
lib->credmgr->flush_cache(lib->credmgr, CERT_ANY);
|
||||||
return create_reply(NULL);
|
return create_reply(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user