summaryrefslogtreecommitdiff
path: root/src/share/mh/publish_key
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-15 22:51:17 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-15 22:51:17 -0500
commite5e41eb0651bf74398b449d81ede51086dd25167 (patch)
tree197bb7d3aff905a244358788a07607b629795175 /src/share/mh/publish_key
parentd06d6df892ab42e184d22f9a6686ae6689a711a1 (diff)
fix the publish_key function for new gpg_sphere.
Diffstat (limited to 'src/share/mh/publish_key')
-rw-r--r--src/share/mh/publish_key7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/share/mh/publish_key b/src/share/mh/publish_key
index 988b450..600dfcf 100644
--- a/src/share/mh/publish_key
+++ b/src/share/mh/publish_key
@@ -20,12 +20,7 @@ if [ ${OK/y/Y} != 'Y' ] ; then
failure "key not published."
fi
-# find the key fingerprint
-fingerprint=$(fingerprint_host_key)
-
# publish host key
-# FIXME: need to define how to do this
-#gpg_authentication "--keyserver $KEYSERVER --send-keys '0x${fingerprint}!'"
-echo "not published!!!"
+gpg_sphere "--keyserver $KEYSERVER --send-keys '0x${HOST_FINGERPRINT}!'"
}