added README
This commit is contained in:
parent
ecd8b7c44c
commit
7d42b74dea
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Cert
|
||||
Easily setup coreos clusters with encryption for communication between nodes.
|
25
package.json
Normal file
25
package.json
Normal file
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user