diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-05-25 15:59:54 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-05-25 15:59:54 -0400 |
commit | 4eba4e7e66fc7febb1e7255a649f6b6ad240d653 (patch) | |
tree | f48ee0dedbc4693b7a3f38e54f0ca71d85ac2212 /doc/MonkeySpec | |
parent | ad6dc98e4a8b38ed1ae3972f948723a205306a7d (diff) |
expand howler to handle general gpg maintenence tasks for server
- add "gen-key", "publish-key", and "trust-uids" functions
small tweak to rhesus.
update README and MonkeySpec
Diffstat (limited to 'doc/MonkeySpec')
-rw-r--r-- | doc/MonkeySpec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/MonkeySpec b/doc/MonkeySpec index 45d6cf6..3b565db 100644 --- a/doc/MonkeySpec +++ b/doc/MonkeySpec @@ -38,7 +38,10 @@ common components server-side components ---------------------- -* "howler": service gpg key generator/publisher +* "howler": server gpg maintainer + - generates gpg keys for the server + - publishes server gpg keys + - used to specify userids to trust for user authentication * "tamarin": script to trigger rhesus during attempt to initiate connection from client |