summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6be74ce..8f59d6d 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ account private key, email address, and the domain CSR. The paths can be
relative or absolute.
```sh
-python3 acmens.py --account-key user.key --email mail@example.com domain.csr > signed.crt
+python3 acmens.py --account-key user.key --email mail@example.com --csr domain.csr > signed.crt
```
When you run the script, it will: