Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
update readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-clerc committed Sep 13, 2015
1 parent 5ceea8b commit e52288f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,21 @@ easypki init
```

Args passed to create make the Common Name, here: "Umbrella Corp Global Authority"

```
easypki create --ca Umbrella Corp Global Authority
```

Then you can choose between server and client certificate, by default server is implied, to generate a client certificate add `--client`

Generate a wildcard certificate for your web apps:

```
easypki create --dns "*.umbrella.com" *.umbrella.com
```

Another example, a certificate for wiki and www:

```
easypki create --dns "www.umbrella.com" --dns "wiki.umbrella.com" www.umbrella.com
```
Expand Down

0 comments on commit e52288f

Please sign in to comment.