summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Nylen <jnylen@gmail.com>2015-12-16 21:54:29 -0600
committerJames Nylen <jnylen@gmail.com>2015-12-16 21:54:29 -0600
commit0effb6afeff9373680ed1714cc193b9594c6b7df (patch)
treefe2fb95245d5ac5b002a9a1bc7980298eb465bf1 /README.md
parentb08e3789c02ca3b4e50452df151f014241e815de (diff)
Provide a note about using an existing webserver
Follow-up to https://github.com/diafygi/letsencrypt-nosudo/pull/20. This would've saved me time because I wouldn't have needed to run `sign-csr.py` again and sign more stuff, or go looking for this option.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3c4f96d..1d32e1c 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,8 @@ 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.
```sh
python sign_csr.py --public-key user.pub domain.csr > signed.crt