From 872b757dbf305904e225a49baaed36312461d585 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 18 Sep 2010 20:35:17 +0000 Subject: [tool] Add 'trust-exception' command to gnome-keyring tool. Looks up trust exceptions for certificates. --- tool/gkr-tool.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tool/gkr-tool.c') diff --git a/tool/gkr-tool.c b/tool/gkr-tool.c index 57343372..e19b6792 100644 --- a/tool/gkr-tool.c +++ b/tool/gkr-tool.c @@ -88,6 +88,7 @@ typedef struct _CommandInfo { static CommandInfo command_info[] = { { "import", gkr_tool_import }, + { "trust-exception", gkr_tool_trust }, { NULL, NULL } }; -- cgit v1.2.1