From 65dfc4034cfce163f1749e2b4238da154d31550f Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 18 Sep 2016 17:49:50 +0200 Subject: gencerts: improve workning: s/pubkey/SPKI/ --- certs/gencerts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certs/gencerts.sh b/certs/gencerts.sh index 1e006c6..576d9ae 100755 --- a/certs/gencerts.sh +++ b/certs/gencerts.sh @@ -38,7 +38,7 @@ x509fpr() { local backup=$(find "$DIR" -maxdepth 1 -type f -name "${host%%:*}.pub.back*") if [ "$backup" -a "$typ" != mdwn ]; then - echo " Backup pubkey:" + echo " Backup SPKI:" for pub in $backup; do x509fpr2 sha256 "$pub" done -- cgit v1.2.3