Skip to content

Commit

Permalink
Add pinentry mode
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-linaro committed Feb 21, 2024
1 parent d19df39 commit 133c18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign-security.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [[ -f "security.txt" ]]; then
EXPIRE=$(date +%Y-%m-%dT00:00:00.000Z -d "$TODAY + 6 month")
cp security.txt temp-security.txt
echo "Expires: $EXPIRE" >> temp-security.txt
gpg --clearsign --default-key [email protected] --passphrase Radial-swipe-Division-Fault-2Accustom-Jaw6-4duration-potato temp-security.txt
gpg --clearsign --default-key [email protected] --pinentry-mode loopback --passphrase Radial-swipe-Division-Fault-2Accustom-Jaw6-4duration-potato temp-security.txt
rm temp-security.txt
mv temp-security.txt.asc security.txt.asc
fi

0 comments on commit 133c18d

Please sign in to comment.