diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-07-12 18:02:20 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-07-12 18:02:20 +0200 |
commit | b2d7290761be81525aed5ceaf64042be0720704d (patch) | |
tree | 68b9c993932b505f9b368bd3d0db3019b3d89e08 /certs | |
parent | d6e53310cff9accffbbfbb60c97872da8ff9ecfc (diff) |
typo
Diffstat (limited to 'certs')
-rwxr-xr-x | certs/gencerts.sh | 2 |
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 } |