1sign.conf(8)                System Manager's Manual               sign.conf(8)
2
3
4

NAME

6       sign.conf - sign and signd configuration file
7
8

SYNOPSIS

10       /etc/sign.conf
11
12

DESCRIPTION

14       This  file  holds  the  configuration both for the sign program and the
15       signd daemon. Each  line  in  the  file  has  the  format  "key:  value
16       [value...]". Empty lines or lines starting with "#" are ignored.
17
18       The following keys are recognized:
19
20
21       server: hostname
22           Forward all unknown requests to the specified server.
23
24       port: port
25           Use  the  specified port number instead of the default port "5167".
26           Also sets the proxyport.
27
28       proxyport: port
29           Listen on the specified port number for incoming requests.
30
31       user: user
32           Set a default user to use for signing.
33
34       hash: hash
35           Set a default hash to use for signing. The default hash is SHA1.
36
37       allow: ip1 ip2 ip3...
38           Allow only connections from the specified ip  addresses.   Must  be
39           present.
40
41       gpg: path_to_gpg
42           Select the gpg program to use instead of "/usr/bin/gpg".
43
44       phrases: phrases_directory
45           Set  the directory containing gpg phrases for every user.  A phrase
46           file is fed into gpg with the "--passphrase-fd=0" option.
47
48       map: [hash:]from_signuser to_signuser
49           Modify the signuser. This can be used to map hashes  and  users  to
50           unambiguous key ids.
51
52       allowuser: username|uid
53           Grant the user the right to sign. the sign binary must be installed
54           suid-root for this to work. Multiple  users  can  be  specified  by
55           using multiple allowuser lines in the configuration.
56
57

FILES

59       /etc/sign.conf
60
61

SEE ALSO

63       sign(8), signd(8)
64
65
66
67                                   Apr 2007                       sign.conf(8)
Impressum