diff options
author | Daniel Roesler <diafygi@gmail.com> | 2015-12-22 09:14:10 -0800 |
---|---|---|
committer | Daniel Roesler <diafygi@gmail.com> | 2015-12-22 09:14:10 -0800 |
commit | e5d24f7df884a6effa7bcf8ef8fe36b123f2f36d (patch) | |
tree | b2d25cd17b22744186abe39e6a30c4a3ef984f61 /README.md | |
parent | b08e3789c02ca3b4e50452df151f014241e815de (diff) | |
parent | c609a1c810c538f7826aa16fbf343ed19e193cb5 (diff) |
Merge pull request #47 from nylen/patch-1
Provide a note about using an existing webserver
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 instead. ```sh python sign_csr.py --public-key user.pub domain.csr > signed.crt |