sigul-pesign-bridge - Man Page
An alternative to the pesign daemon interface
Synopsis
sigul-pesign-bridge [-c|--config] [--log-filter] [-h|--help] [-V|--version] <subcommands>
Description
An alternative to the pesign daemon interface.
The Unix socket this service offers can be used by pesign-client. Rather than signing the PE file, however, this application will act as a sigul client and forward it to a sigul signing server.
Log configuration is provided using the "SIGUL_PESIGN_BRIDGE_LOG" environment variable with one or more comma-separated directives. In short, filters can be plain verbosity levels ("trace", "debug", "info", "warn", "error"), or more complex filtering at the model, span, or event level.
Options
- -c, --config=CONFIG
Path to the configuration file.
If no path is provided, the defaults are used. To view the service defaults, run the `config` subcommand.
May also be specified with the SIGUL_PESIGN_BRIDGE_CONFIG environment variable.- --log-filter=LOG_FILTER [default: WARN,sigul_pesign_bridge=INFO,siguldry=INFO]
A set of one or more comma-separated directives to filter logs.
The general format is "target_name[span_name{field=value}]=level" where level is one of TRACE, DEBUG, INFO, WARN, ERROR.
Details: https://docs.rs/tracing-subscriber/0.3.19/tracing_subscriber/filter/struct.EnvFilter.html#directives
May also be specified with the SIGUL_PESIGN_BRIDGE_LOG environment variable.- -h, --help
Print help (see a summary with '-h')
- -V, --version
Print version
Subcommands
- sigul-pesign-bridge-listen(1)
Run the service
- sigul-pesign-bridge-config(1)
Print the current service configuration to standard output
- sigul-pesign-bridge-help(1)
Print this message or the help of the given subcommand(s)
Version
v0.3.1