Skip to content
Snippets Groups Projects
Commit fdb9b8e8 authored by Gospodin Bodurov's avatar Gospodin Bodurov
Browse files

Merge branch 'licenses' into 'master'

added readme and agpl license

See merge request !22
parents 7f01495f bec7d871
No related branches found
No related tags found
2 merge requests!22added readme and agpl license,!15WIP: Master
This diff is collapsed.
# key-storage-agent
\ No newline at end of file
# Key Storage Agent
1. [Introduction](#introduction)
1. [Setup](#setup)
1. [License](#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](LICENSE) file for details.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment