1
0
forked from finallycoffee/base

feat(gnupg): configure scdaemon.conf

This commit is contained in:
2022-08-22 17:04:36 +02:00
parent 682307c35d
commit 1e0f4a0dbf
3 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,12 @@
{% if gpg_scdaemon_config_disable_ccid | default(false) %}
disable-ccid
{% endif %}
{% if gpg_scdaemon_config_card_timeout | default(false) %}
card-timeout {{ gpg_scdaemon_config_card_timeout }}
{% endif %}
{% if gpg_scdaemon_config_driver | default(false) %}
pcsc-driver {{ gpg_scdaemon_config_driver }}
{% endif %}
{% if gpg_scdaemon_config_pcsc_shared | default(true) %}
pcsc-shared
{% endif %}