feat(gnupg): add option for configuring a trusted key
This commit is contained in:
parent
669a97adcb
commit
27f05a1a34
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user