feat(gnupg): add option for configuring a trusted key

This commit is contained in:
2022-08-20 21:53:17 +02:00
parent 669a97adcb
commit 27f05a1a34

View File

@ -10,6 +10,9 @@ personal-digest-preferences SHA256 SHA512 SHA384 SHA224
{% if gpg_config_ignore_time_conflict %}
ignore-time-conflict
{% endif %}
{% if gpg_config_trusted_key %}
trusted-key {{ gpg_config_trusted_key }}
{% endif %}
# How to render keys
keyid-format {{ gpg_config_keyid_format }}