Skip to content

asayler/tutamen-tutamencli

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Tutamen Secret Server CLI
Andy Sayler
Copyright 2015, 2016

Usage
-----

# Set path
$ export PYTHONPATH=$(pwd)

# Setup Test AC Server
$ ./tutamencli/tutamencli.py util config_ac_server <name> <URI>

# Setup Test Storage Server
$ ./tutamencli/tutamencli.py util config_storage_server <name> <URI>

# Create an account and client
$ ./tutamencli/tutamencli.py util bootstrap_account

# Store a Secret
$ ./tutamencli/tutamencli.py util store_secret "My Very First Test Secret"

# Fetch the Secret
$ ./tutamencli/tutamencli.py util fetch_secret <col_uid> <sec_uid>

# See other commands:
$ ./tutamencli/tutamencli.py util --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published