29 lines
969 B
Django/Jinja
29 lines
969 B
Django/Jinja
# This is a configuration for the sigul bridge.
|
|
|
|
[bridge]
|
|
# Nickname of the bridge's certificate in the NSS database specified below
|
|
bridge-cert-nickname: sign-bridge1 - Fedora Project
|
|
# Port on which the bridge expects client connections
|
|
client-listen-port: 44334
|
|
# Port on which the bridge expects server connections
|
|
server-listen-port: 44333
|
|
# A Fedora account system group required for access to the signing server. If
|
|
# empty, no Fedora account check is done.
|
|
required-fas-group: signers
|
|
# User name and password for an account on the Fedora account system that can
|
|
# be used to verify group memberships
|
|
fas-user-name: {{ fedoraDummyUser }}
|
|
fas-password: {{ fedoraDummyUserPassword }}
|
|
|
|
[daemon]
|
|
# The user to run as
|
|
unix-user: sigul
|
|
# The group to run as
|
|
unix-group: sigul
|
|
|
|
[nss]
|
|
# Path to a directory containing a NSS database
|
|
nss-dir: /var/lib/sigul
|
|
# Password for accessing the NSS database. If not specified, the bridge will
|
|
# ask on startup
|
|
; nss-password:
|