diff options
author | James Nylen <jnylen@gmail.com> | 2015-12-18 00:20:22 -0600 |
---|---|---|
committer | James Nylen <jnylen@gmail.com> | 2015-12-18 00:20:22 -0600 |
commit | c609a1c810c538f7826aa16fbf343ed19e193cb5 (patch) | |
tree | b2d25cd17b22744186abe39e6a30c4a3ef984f61 | |
parent | f53c7b52dd7045ffe6dcd786c042ea8f86fc29eb (diff) |
Add "instead"
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |