From c609a1c810c538f7826aa16fbf343ed19e193cb5 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Fri, 18 Dec 2015 00:20:22 -0600 Subject: Add "instead" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d32e1c..abed9b5 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ openssl req -new -sha256 -key domain.key -subj "/" -reqexts SAN -config <(cat /e Third, you run the script using python and passing in the path to your user account public key and the domain CSR. The paths can be relative or absolute. By default the script will ask you to start a webserver on port 80. If you -already have one, use the `--file-based` option. +already have one, use the `--file-based` option instead. ```sh python sign_csr.py --public-key user.pub domain.csr > signed.crt -- cgit v1.2.3