rename create_gpg_pub_file to be update_gpg_pub_file, and add it to
[monkeysphere.git] / src / share / mh / set_expire
index 2389e573515505f9d6bdb66e3708680836bcbc56..0b581d99fa5aadf456b8c5169ae5598d5e23f6f3 100644 (file)
 # They are Copyright 2008-2009, and are all released under the GPL,
 # version 3 or later.
 
-set-expire() {
+set_expire() {
 
 local extendTo
 
 # get the new expiration date
 extendTo=$(get_gpg_expiration "$1")
 
+log info "setting host key expiration to ${extendTo}:"
+
+log debug "executing host expire script..."
 gpg_host_edit expire <<EOF
 $extendTo
 save
 EOF
 
+update_gpg_pub_file
+
 cat <<EOF | log info
 NOTE: Host key expiration date adjusted, but not yet published.
 Run '$PGRM publish-key' to publish the new expiration date.