1BOOTH-KEYGEN(8) BOOTH-KEYGEN(8)
2
3
4
6 booth-keygen - generate authentication key
7
9 booth-keygen [-h] [auth-file]
10
12 This program generates an authentication key suitable for booth using
13 /dev/urandom as source.
14
16 auth-file
17 The file to contain the generated key. Defaults to
18 /etc/booth/authkey. Use absolute paths.
19
21 -h, --help
22 Print usage.
23
25 0
26 Success.
27
28 != 0
29 File already exists or some other error.
30
32 Copyright © 2015 Dejan Muhamedagic <dmuhamedagic@suse.com>
33
34 Free use of this software is granted under the terms of the GNU General
35 Public License (GPL) as of version 2 (see COPYING file) or later.
36
37
38
39 2020-07-27 BOOTH-KEYGEN(8)