summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-04-12 12:45:15 -0400
committerrsiddharth <s@ricketyspace.net>2020-04-12 12:45:15 -0400
commit2b7521c7f124aad3396119c7d81c4797b5c2b9b4 (patch)
tree154499bca3ffd220a5f432aa0262de6cc5d7a59c /README.md
parentb30e94d971dfade1c3b5ffa231ab2a2b472700db (diff)
acmens.py: Update arguments to acmens.py
Now CSR path needs to be given via the --csr switch.
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: