blob: 8c4651e5593b65e0ecab441c8dae708a8d4df801 (
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
- add_revoker() {
- # FIXME: implement!
- failure "not implemented yet!"
- }
|