mirror of
https://github.com/romanz/amodem.git
synced 2026-03-23 19:01:00 +08:00
gpg: use SHA-512 as default hash for signatures
This commit is contained in:
@@ -22,6 +22,7 @@ echo "${FINGERPRINT}:6" | gpg2 --homedir "${HOMEDIR}" --import-ownertrust
|
|||||||
# Prepare GPG configuration file
|
# Prepare GPG configuration file
|
||||||
echo "# TREZOR-based GPG configuration
|
echo "# TREZOR-based GPG configuration
|
||||||
agent-program $(which trezor-gpg-agent)
|
agent-program $(which trezor-gpg-agent)
|
||||||
|
personal-digest-preferences SHA512
|
||||||
" | tee "${HOMEDIR}/gpg.conf"
|
" | tee "${HOMEDIR}/gpg.conf"
|
||||||
|
|
||||||
echo "# TREZOR-based GPG agent emulator
|
echo "# TREZOR-based GPG agent emulator
|
||||||
|
|||||||
Reference in New Issue
Block a user