summaryrefslogtreecommitdiff
path: root/src/systemkey-args.def
blob: f13c12704bc74346615b3ceac2bc53d474bea685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
AutoGen Definitions options;
prog-name     = systemkey-tool;
prog-title    = "GnuTLS system key tool";
prog-desc     = "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";
explain       = "";

#define  OUTFILE_OPT   1
#define  INFILE_OPT   0
#include args-std.def

flag = {
    name      = list;
    descrip   = "Lists all stored keys.";
    doc = "";
};

flag = {
    name      = delete;
    arg-type  = string;
    arg-name  = "url";
    descrip   = "Delete the key identified by the given URL.";
    doc      = "";
};

flag = {
    name      = outder;
    descrip   = "Use DER format for output keys";
    disabled;
    disable   = "no";
    doc       = "The output will be in DER format.";
};

doc-section = {
  ds-type = 'SEE ALSO';
  ds-format = 'texi';
  ds-text   = <<-_EOT_
    p11tool (1), certtool (1)
_EOT_;
};