blob: 3fed1579628f4ad6bce8416c35a8fe73876094ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This is the main configuration file of Poldi.
# Specify authentication method:
# (supported methods: localdb, x509)
auth-method localdb
# Specify the log file:
log-file /var/log/poldi
# Enable debugging messages
debug
# Specify SCDaemon executable
scdaemon-program /usr/lib/gnupg2/scdaemon
|