1sigul_bridge(1) General Commands Manual sigul_bridge(1)
2
3
4
6 sigul_bridge - A bridge that lets client access a signing server
7
8
10 sigul_bridge [OPTIONS]
11
12
14 Repeatedly waits for a connection from a signing server and from a
15 client, authenticates the client request, verifies it and forwards it
16 to the signing server. It also copies RPM data from and to Koji for
17 the sign-rpm command.
18
19
21 -c, --config-file PATH
22 Use PATH as the per-user configuration file instead of
23 ~/.sigul/bridge.conf.
24
25
26 -d, --daemonize
27 Detach from the terminal and run in the background.
28
29
30 -v, --verbose
31 Be more verbose. Using this option twice enables debugging out‐
32 put.
33
34
36 sigul_bridge returns with exit status 0 when interrupted with SIGINT,
37 non-zero on an unrecoverable error.
38
39
41 /etc/sigul/bridge.conf
42 A system-wide configuration file.
43
44
45 ~/.sigul/bridge.conf
46 A per-user configuration file. Values defined in this file
47 override the system-wide configuration file.
48
49
50 /var/run/sigul_bridge.pid
51 A file that contains the process ID of the bridge while it is
52 running.
53
54
56 Miloslav Trmac <mitr@redhat.com>
57
58
60 sigul(1), sigul_server(8)
61
62
63
64sigul Jan 2009 sigul_bridge(1)