#!/usr/bin/env bash # Monkeysphere host add-revoker subcommand # # The monkeysphere scripts are written by: # Jameson Rollins <jrollins@fifthhorseman.net> # Jamie McClelland <jm@mayfirst.org> # Daniel Kahn Gillmor <dkg@fifthhorseman.net> # # They are Copyright 2008, and are all released under the GPL, version 3 # or later. # add a revoker to the host key add_revoker() { # FIXME: implement! failure "not implemented yet!" }