gpg_host --check-trustdb
- update_gpg_pub_file
+ update_pgp_pub_file
show_key "$keyID"
log debug "executing add revoker script..."
if echo "$addrevokerCommand" | gpg_host_edit "0x${keyID}!" ; then
- update_gpg_pub_file
+ update_pgp_pub_file
log info "Revoker added."
else
fi
if ! [ -f "$HOST_KEY_FILE" ] ; then
- echo "No host key gpg pub file found!"
+ echo "No host key OpenPGP pub file found!"
echo " - Recommendation: run 'monkeysphere-host import-key'"
exit
fi
| gpg_host --import
fi
-# export to gpg public key to file
-update_gpg_pub_file
+# export to OpenPGP public key to file
+update_pgp_pub_file
log info "host key imported:"
gpg_host --check-trustdb
- update_gpg_pub_file
+ update_pgp_pub_file
show_key "$keyID"
save
EOF
-update_gpg_pub_file
+update_pgp_pub_file
log info <<EOF
NOTE: Key expiration date adjusted, but not yet published.