diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-03 01:23:51 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-03 01:23:51 -0500 |
commit | be606510fb37cac8ca7eddadf719efb0598a2ed2 (patch) | |
tree | 59bf8f89771af2bae8c882631c0836e3f029bd86 /src/share/mh/extend_key | |
parent | 10c741dac082844fbf9a2fbbfc4322f718c2abea (diff) |
fix up gen/import-key:
- remove stuff about expiration, so we assume keys imported/generated
with no expiration
- set expiration with 'set-expire' function
- update tests to test key importing and generation
- fix some bugs
Diffstat (limited to 'src/share/mh/extend_key')
-rw-r--r-- | src/share/mh/extend_key | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/share/mh/extend_key b/src/share/mh/extend_key index d03b89a..79ee267 100644 --- a/src/share/mh/extend_key +++ b/src/share/mh/extend_key @@ -27,8 +27,9 @@ $extendTo save EOF -echo -echo "NOTE: Host key expiration date adjusted, but not yet published." -echo "Run '$PGRM publish-key' to publish the new expiration date." +cat <<EOF | log info +NOTE: Host key expiration date adjusted, but not yet published. +Run '$PGRM publish-key' to publish the new expiration date. +EOF } |