aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeremy Clerc <jclerc@google.com>2015-09-13 20:06:01 +0200
committerJeremy Clerc <jclerc@google.com>2015-09-13 20:06:01 +0200
commite52288ff34b9b71d0085d586eb8e10e725dc299a (patch)
tree4072285af0ca27baa9536a4a02e29ed18d1e1ff9 /README.md
parent5ceea8b7821646f4e43b7d6c37845c6501c402b8 (diff)
downloadeasypki-e52288ff34b9b71d0085d586eb8e10e725dc299a.tar.xz
update readme format
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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
```