From 524af5b413b9533071e521ea59614c62cf486d6f Mon Sep 17 00:00:00 2001 From: bitwave Date: Sun, 3 Mar 2019 20:11:18 +0100 Subject: [PATCH] [WIP] added some documentation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77401b2..1ed433d 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,11 @@ [![Build Status](https://travis-ci.org/ENOFLAG/ENOKEY.svg?branch=master)](https://travis-ci.org/ENOFLAG/ENOKEY) [![](https://tokei.rs/b1/github/ENOFLAG/ENOKEY)](https://github.com/ENOFLAG/ENOKEY) +# Introduction -# Docker +Organizing and provisioning numerous SSH-keys (e.g. for a CTF) is a tedious and error prone task. This tool automates this task by providing a web-interface for users and a simple deploy scripts for admins. + +# Deploy using Docker ENOKEY is configured with environment variables. Here is an example using docker-compose.yml: ```