diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-07-12 17:59:21 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-07-12 17:59:21 +0200 |
commit | d6e53310cff9accffbbfbb60c97872da8ff9ecfc (patch) | |
tree | 9790ceaf2de72804e49d968aac3fdfd40e0ec5b5 /certs | |
parent | e8cdae5ccc1aba3dc1e9991cce2942fdf93cabcb (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 590fcfa..5a2975f 100755 --- a/certs/gencerts.sh +++ b/certs/gencerts.sh @@ -31,7 +31,7 @@ x509fpr() { local backup=$(find "$DIR" -maxdepth 1 -type f -name "${host%%:*}.pub.back*") if [ "$backup" -a "$typ" != mdwn ]; then - echo " Backup SPKI:" + echo " Backup pubkey:" for pub in $backup; do x509fpr2 "$h" "$pub" done |