sigul_server - Man Page
A signing server
Synopsis
sigul_server [Options]
Description
Repeatedly connects to a sigul_bridge to receive and and act upon a request from a client,
Options
- -c, --config-file PATH
Use PATH as the per-user configuration file instead of ~/.sigul/server.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_server returns with exit status 0 when interrupted with SIGINT, non-zero on an unrecoverable error.
Files
- /etc/sigul/server.conf
A system-wide configuration file.
- ~/.sigul/server.conf
A per-user configuration file. Values defined in this file override the system-wide configuration file.
- /var/run/sigul_server.pid
A file that contains the process ID of the bridge while it is running.
Notes
Before starting sigul_server for the first time, create its database using sigul_server_create_db(8) and set up the first singing server administrator using sigul_server_add_admin(8).
Authors
Miloslav Trmac <mitr@redhat.com>
See Also
sigul(1), sigul_bridge(8), sigul_server_add_admin(8), sigul_server_create_db(8)
Referenced By
sigul(1), sigul_bridge(8), sigul_server_add_admin(8), sigul_server_create_db(8).