blob: 8783cd14debdd32ace171204547b7ffdef270c99 (
plain)
- #!/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
- # FIXME: implement!
- failure "not implemented yet!"
|