Add personal gpg key configuration

This commit is contained in:
2021-10-02 12:02:24 +02:00
parent 05a00fad3a
commit 8011c1827a
6 changed files with 138 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
email = {{ user.mail }}
useConfigOnly = true
{% if user.git_gpg_sign|bool %}
signingkey = {{ user.gpg_keys.master_key }}
signingkey = {{ user.gpg_key.id }}
{% endif %}
[github]
user = hakoerber