From 7d42b74deaf03ca542749d0ee70dcf47dc1bd62b Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sun, 10 Apr 2016 15:56:13 +0200 Subject: [PATCH] added README --- README.md | 2 ++ package.json | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 README.md create mode 100644 package.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..89bfaa9 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Cert +Easily setup coreos clusters with encryption for communication between nodes. diff --git a/package.json b/package.json new file mode 100644 index 0000000..1e4d882 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "cert", + "version": "0.0.0", + "description": "automatic cert generation for coreos clusters", + "main": "dist/index.js", + "scripts": { + "test": "(npmts)" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/pushrocks/cert.git" + }, + "keywords": [ + "coreos", + "cert", + "ssl", + "etcd" + ], + "author": "Lossless GmbH", + "license": "MIT", + "bugs": { + "url": "https://github.com/pushrocks/cert/issues" + }, + "homepage": "https://github.com/pushrocks/cert#readme" +}