Files
redoctober/cmd/ro
Kyle Isom cb16b159f3 Add a status endpoint to the server.
This pull request adds a status endpoint to the Red October server; as
of this pull request, the status endpoint only returns the current
delegation persistence state. The HTTP UI has not been updated, as
this is scoped out for a future request; however, the CLI utility now
features a status command to fetch this information.
2016-07-13 10:20:06 -07:00
..
2015-07-30 13:02:56 -07:00
2016-07-13 10:20:06 -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