From 36082a2fe36ecd800d784ae44c14f1f18c66a7e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 09:33:12 +0200 Subject: Adding upstream version 3.7.9. Signed-off-by: Daniel Baumann --- src/systemkey-tool-options.json | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 src/systemkey-tool-options.json (limited to 'src/systemkey-tool-options.json') diff --git a/src/systemkey-tool-options.json b/src/systemkey-tool-options.json new file mode 100644 index 0000000..9676d89 --- /dev/null +++ b/src/systemkey-tool-options.json @@ -0,0 +1,48 @@ +{ + "format-version": "0.1.0", + "tool": { + "name": "systemkey-tool", + "title": "GnuTLS system key tool", + "description": "Program to handle system keys.\n", + "detail": "Program that allows handling user keys as stored in the system in a uniform way.", + "short-usage": "systemkey-tool [options]\nsystemkey-tool --help for usage instructions.\n" + }, + "sections": [ + { + "options": [ + { + "long-option": "debug", + "short-option": "d", + "description": "Enable debugging", + "detail": "Specifies the debug level.", + "argument-range": { + "min": 0, + "max": 9999 + }, + "argument-type": "number" + }, + { + "long-option": "outfile", + "description": "Output file", + "argument-type": "string" + }, + { + "long-option": "list", + "description": "Lists all stored keys" + }, + { + "long-option": "delete", + "description": "Delete the key identified by the given URL", + "argument-type": "string", + "argument-name": "url" + }, + { + "long-option": "outder", + "description": "Use DER format for output keys", + "detail": "The output will be in DER format.", + "disable-prefix": "no-" + } + ] + } + ] +} \ No newline at end of file -- cgit v1.2.3