Use SHA512 for signatures

This commit is contained in:
est31 2017-09-20 17:25:56 +02:00
parent 4cdb36262b
commit 913007be28

View File

@ -452,6 +452,7 @@ impl Builder {
cmd.arg("--no-tty")
.arg("--yes")
.arg("--passphrase-fd").arg("0")
.arg("--personal-digest-preferences").arg("SHA512")
.arg("--armor")
.arg("--output").arg(&asc)
.arg("--detach-sign").arg(path)