gpg: use SHA-512 as default hash for signatures

nistp521
Roman Zeyde 8 years ago
parent e09712c793
commit fa6d8564b9
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

@ -22,6 +22,7 @@ echo "${FINGERPRINT}:6" | gpg2 --homedir "${HOMEDIR}" --import-ownertrust
# Prepare GPG configuration file
echo "# TREZOR-based GPG configuration
agent-program $(which trezor-gpg-agent)
personal-digest-preferences SHA512
" | tee "${HOMEDIR}/gpg.conf"
echo "# TREZOR-based GPG agent emulator

Loading…
Cancel
Save