GPG: set default user ID for signing during gpg-init

nistp521
Roman Zeyde 7 years ago
parent ae2a84e168
commit 5820480052
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

@ -29,6 +29,7 @@ AGENT_PATH="$(which ${DEVICE}-gpg-agent)"
echo "# Hardware-based GPG configuration
agent-program ${AGENT_PATH}
personal-digest-preferences SHA512
default-key \"${USER_ID}\"
" > "${HOMEDIR}/gpg.conf"
# Prepare GPG agent configuration file

Loading…
Cancel
Save