aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0bb50f8..e8c6e4e 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ be useful to do PKI on things that only live on your LAN.
```shell
# Generate a self-signed certificate.
# This generates ~/out/my-ca.crt and ~/out/my-ca.key.
-$ gencert \
+$ gencert ca \
-c US \
-o example.com \
-cn 'My CA' \
@@ -19,7 +19,7 @@ $ gencert \
# Generate a normal certificate.
# This reads ~/out/my-ca.crt and ~/out/my-ca.key, and generates
# ~/out/my-site.crt and ~/my-site.key.
-$ gencert \
+$ gencert cert \
-ca ~/out/my-ca \
-c US \
-o example.com \