summaryrefslogtreecommitdiff
path: root/src/subcommands/mh/add-revoker
blob: 8c4651e5593b65e0ecab441c8dae708a8d4df801 (plain)
  1. #!/usr/bin/env bash
  2. # Monkeysphere host add-revoker subcommand
  3. #
  4. # The monkeysphere scripts are written by:
  5. # Jameson Rollins <jrollins@fifthhorseman.net>
  6. # Jamie McClelland <jm@mayfirst.org>
  7. # Daniel Kahn Gillmor <dkg@fifthhorseman.net>
  8. #
  9. # They are Copyright 2008, and are all released under the GPL, version 3
  10. # or later.
  11. # add a revoker to the host key
  12. add_revoker() {
  13. # FIXME: implement!
  14. failure "not implemented yet!"
  15. }