diff options
author | rsiddharth <s@ricketyspace.net> | 2020-04-12 12:45:15 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-04-12 12:45:15 -0400 |
commit | 2b7521c7f124aad3396119c7d81c4797b5c2b9b4 (patch) | |
tree | 154499bca3ffd220a5f432aa0262de6cc5d7a59c /README.md | |
parent | b30e94d971dfade1c3b5ffa231ab2a2b472700db (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |