From e52288ff34b9b71d0085d586eb8e10e725dc299a Mon Sep 17 00:00:00 2001 From: Jeremy Clerc Date: Sun, 13 Sep 2015 20:06:01 +0200 Subject: update readme format --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1de1bd3..4ee2fa6 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ easypki init ``` Args passed to create make the Common Name, here: "Umbrella Corp Global Authority" + ``` easypki create --ca Umbrella Corp Global Authority ``` @@ -40,11 +41,13 @@ 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 ``` -- cgit v1.3