From 2b7521c7f124aad3396119c7d81c4797b5c2b9b4 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 12 Apr 2020 12:45:15 -0400 Subject: acmens.py: Update arguments to acmens.py Now CSR path needs to be given via the --csr switch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.2.3