summaryrefslogtreecommitdiffstats
path: root/certs/gencerts.sh
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-09-18 17:49:50 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-09-18 17:49:50 +0200
commit65dfc4034cfce163f1749e2b4238da154d31550f (patch)
tree8234e8e61bca7af2289f038ab09baaed677d11dc /certs/gencerts.sh
parent39cc10e8392980eb7e7648d97ddc6cc88c970dda (diff)
gencerts: improve workning: s/pubkey/SPKI/
Diffstat (limited to 'certs/gencerts.sh')
-rwxr-xr-xcerts/gencerts.sh2
1 files changed, 1 insertions, 1 deletions
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