-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8bb5c3
commit e1c8cf0
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# crypto-vault-service | ||
Go gRPC service for securing files at rest in BLOB storages | ||
|
||
## Table of Contents | ||
|
||
+ [Summary](#summary) | ||
+ [References](#references) | ||
+ [Features](#features) | ||
+ [Getting started](#getting-started) | ||
|
||
## Summary | ||
|
||
Go gRPC service for managing cryptographic material (x.509 certs and keys) and securing files at rest in BLOB storages | ||
|
||
## References | ||
|
||
TBD | ||
|
||
## Features | ||
|
||
TBD | ||
|
||
## Getting Started | ||
|
||
TBD |