summaryrefslogtreecommitdiffstats
path: root/certs
diff options
context:
space:
mode:
Diffstat (limited to 'certs')
-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
}