Skip to content
Snippets Groups Projects
Gospodin Bodurov's avatar
Gospodin Bodurov authored
configuration for log level

Closes data-storage-agent#20

See merge request !59
31383a60
History

Key Storage Agent

  1. Introduction
  2. Setup
  3. License

Introduction

This agent is responsible for storing public and private keys used in the system and also for generating key pairs.

It uses the Data Storage service for storing and updating the keys.

It contains the following methods:

  • GetKey
  • SetKey
  • ReserveKeyUUID
  • Revoke
  • GenerateKeyPair

Setup

Installation

How to run:

$ cd $GOPATH/src/code.vereign.com/code/key-storage-agent 
$ make all
$ ./run.sh

License

This project is licensed under the AGPL License - see the LICENSE file for details.