Files
redoctober/cmd/ro
Kyle Isom 9f39413adb Properly restore delegations.
This change addresses several points:

1. The integration tests didn't verify that delegations could be used
   for decryption following a restore. The integration tests now
   verify this.

2. There was no functionality for clearing persisted delegations if
   needed. The vault admin can now do this via the command line tool.

3. Restoring active delegations wasn't storing the key with the
   delegation. Keys are now serialised properly.

4. [Minor] The MSP package now reports the name of the offending user
   when it can't find a user name in the database.
2016-08-24 13:22:13 -07:00
..
2015-07-30 13:02:56 -07:00
2016-08-24 13:22:13 -07:00
2015-07-30 13:02:56 -07:00

ro

This is a command line based Red October client. It is still under development.

Usage

See

$ ro -h

Example

Assume username and password is stored at RO_USER and RO_PASS env variables.

  1. To see the current user and delegation summary:

    $ ro -server HOSTNAME:PORT summary

  2. To decrypt a RO encrypted file:

    $ ro -server HOSTNAME:PORT -in FILE -out FILE decrypt