sigul_bridge - Man Page

A bridge that lets client access a signing server

Synopsis

sigul_bridge [Options]

Description

Repeatedly waits for a connection from a signing server and from a client, authenticates the client request, verifies it and forwards it to the signing server. It also copies RPM data from and to Koji for the sign-rpm command.

Options

-c,  --config-file PATH

Use PATH as the per-user configuration file instead of ~/.sigul/bridge.conf.

-d,  --daemonize

Detach from the terminal and run in the background.

-v,  --verbose

Be more verbose. Using this option twice enables debugging output.

Exit Status

sigul_bridge returns with exit status 0 when interrupted with SIGINT, non-zero on an unrecoverable error.

Files

/etc/sigul/bridge.conf

A system-wide configuration file.

~/.sigul/bridge.conf

A per-user configuration file. Values defined in this file override the system-wide configuration file.

/var/run/sigul_bridge.pid

A file that contains the process ID of the bridge while it is running.

Authors

Miloslav Trmac <mitr@redhat.com>

See Also

sigul(1), sigul_server(8)

Referenced By

sigul(1), sigul_server(8).

Jan 2009 sigul