diff options
| author | Jeremy Clerc <jclerc@google.com> | 2015-09-13 20:06:01 +0200 |
|---|---|---|
| committer | Jeremy Clerc <jclerc@google.com> | 2015-09-13 20:06:01 +0200 |
| commit | e52288ff34b9b71d0085d586eb8e10e725dc299a (patch) | |
| tree | 4072285af0ca27baa9536a4a02e29ed18d1e1ff9 /README.md | |
| parent | 5ceea8b7821646f4e43b7d6c37845c6501c402b8 (diff) | |
| download | easypki-e52288ff34b9b71d0085d586eb8e10e725dc299a.tar.xz | |
update readme format
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ``` |
