From 424b17b477677e12ca7f53f132cfa46fb58038fa Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 19 Oct 2015 14:17:53 -0400 Subject: Split README and README.md The latter is customized to show Travis' CI build status on Github, and will have more hosting specific content going forward. The regular README will be targeted for offline information, and will not be necessarilya markdown file either. Signed-off-by: Simo Sorce --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) mode change 120000 => 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 120000 index 100b938..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -README \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..6fdbb75 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +[![Build Status](https://travis-ci.org/simo5/custodia.svg?branch=master)](https://travis-ci.org/simo5/custodia) + +Custodia +======== + +A tool for managing secrets. + + +Custodia is a project that aims to define an API for modern cloud applications +that allows to easily store and share passwords, tokens, certificates and any +other secret in a way that keeps data secure, mangeable and auditable. + +The Custodia project offers example implementations of clear text and encrypted +backends, and aims to soon provide drivers to store data in external data +stores like the Vault Project, OpenStack's Barbican, FreeIPA's Vault and +similar. + +In future the Custodia project plans to enhance and enrich the API to provide +access to even more secure means of dealing with private keys, like HSM as a +Service and other similar security systems. + +See the Custodia wiki for more information about the current architecture: +https://github.com/simo5/custodia/wiki -- cgit