cccdc224221dd30d5fe488c9f6c81b70d524ec07
[monkeysphere.git] / src / share / mh / revoke_key
1 # -*-shell-script-*-
2 # This should be sourced by bash (though we welcome changes to make it POSIX sh compliant)
3
4 # Monkeysphere host revoke-key subcommand
5 #
6 # The monkeysphere scripts are written by:
7 # Jameson Rollins <jrollins@finestructure.net>
8 # Jamie McClelland <jm@mayfirst.org>
9 # Daniel Kahn Gillmor <dkg@fifthhorseman.net>
10 #
11 # They are Copyright 2008-2009, and are all released under the GPL,
12 # version 3 or later.
13
14 # revoke host key
15
16 revoke_key() {
17
18 # FIXME: implement!
19 failure "not implemented yet!"
20
21 }