Skip to content

Commit

Permalink
Release 0.1.0 - Main features implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Leister committed Feb 8, 2017
1 parent 885b95c commit 6f26128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ npm install

### Configure NodePKI

There is an example config file "config.yml.default" which can be copied to "config.yml". Change config.yml to fit your environment.
There is an example config file "config.yml.default" which can be copied to "config.yml". Change config.yml to fit your environment. The passwords defined in config.yml will be used to create the PKI.

### Create OpenSSL X.509 PKI

```
./mypki/genpki.sh
nodejs genpki.js
```

## Start all the things!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodepki",
"version": "0.0.1",
"version": "0.1.0",
"description": "NodeJS-based PKI server for x509 certificate management.",
"author": "Thomas Leister <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 6f26128

Please sign in to comment.