summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-07-12 18:02:20 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-07-12 18:02:20 +0200
commitb2d7290761be81525aed5ceaf64042be0720704d (patch)
tree68b9c993932b505f9b368bd3d0db3019b3d89e08
parentd6e53310cff9accffbbfbb60c97872da8ff9ecfc (diff)
typo
-rwxr-xr-xcerts/gencerts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/gencerts.sh b/certs/gencerts.sh
index 5a2975f..0c0f07d 100755
--- a/certs/gencerts.sh
+++ b/certs/gencerts.sh
@@ -33,7 +33,7 @@ x509fpr() {
if [ "$backup" -a "$typ" != mdwn ]; then
echo " Backup pubkey:"
for pub in $backup; do
- x509fpr2 "$h" "$pub"
+ x509fpr2 sha256 "$pub"
done
fi
}