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" +}