summaryrefslogtreecommitdiff
path: root/src/systemkey-tool-options.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemkey-tool-options.json')
-rw-r--r--src/systemkey-tool-options.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/systemkey-tool-options.json b/src/systemkey-tool-options.json
new file mode 100644
index 0000000000..835ffb9c1c
--- /dev/null
+++ b/src/systemkey-tool-options.json
@@ -0,0 +1,49 @@
+[
+ {
+ "meta": {
+ "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",
+ "prog-desc": "Program to handle system keys.\n",
+ "explain": "",
+ "prog-name": "systemkey-tool",
+ "desc": "",
+ "prog-title": "GnuTLS system key tool"
+ },
+ "options": [
+ {
+ "desc": "Enable debugging",
+ "arg-type": "number",
+ "short-option": "d",
+ "arg-min": "0 ",
+ "arg-max": " 9999",
+ "long-option": "debug",
+ "detail": "Specifies the debug level."
+ },
+ {
+ "arg-type": "string",
+ "long-option": "outfile",
+ "detail": "",
+ "desc": "Output file"
+ },
+ {
+ "desc": "Lists all stored keys.",
+ "detail": "",
+ "long-option": "list"
+ },
+ {
+ "arg-name": "url",
+ "detail": "",
+ "long-option": "delete",
+ "desc": "Delete the key identified by the given URL.",
+ "arg-type": "string"
+ },
+ {
+ "long-option": "outder",
+ "desc": "Use DER format for output keys",
+ "disabled": "",
+ "detail": "The output will be in DER format.",
+ "disable-prefix": "no-"
+ }
+ ]
+ }
+] \ No newline at end of file