diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-05-15 11:04:26 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-05-15 11:04:26 +0100 |
commit | 62c93922b3dfcd3489cb32cf55ab03f0e2a8b2ab (patch) | |
tree | b97493fa8627a9861126a087e59e7605cab3c509 /docs/install/vagrant.md | |
parent | 2b0e62e7f77c18454d5a2cfaf876b9d61f1a89f9 (diff) | |
parent | bf179ad7dc57b371d45742c3df675bd1bc285a8d (diff) |
Merge branch 'various-manual-updates'
Diffstat (limited to 'docs/install/vagrant.md')
-rw-r--r-- | docs/install/vagrant.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/install/vagrant.md b/docs/install/vagrant.md index 55b7802ac..1c335ab5d 100644 --- a/docs/install/vagrant.md +++ b/docs/install/vagrant.md @@ -69,6 +69,13 @@ The username and password to access the admin (at address `http://fixmystreet.127.0.0.1.xip.io:3000/admin/`) will have been shown at the end of the `vagrant up` output. +If you need to run the server under HTTPS, to e.g. develop the service worker +or geolocation, then you can run `script/server --listen :3000:ssl +--ssl-cert=my.crt --ssl-key=my.key --Reload perllib,conf` where my.crt and +my.key point to a key and self-signed certificate you have generated using +something like `openssl req -x509 -newkey rsa:4096 -sha256 -nodes -keyout +my.key -out my.crt -subj "/CN=My local CA" -days 3650`. + ## Editing a cobrand If you're working on a cobrand in an external repository, you will want that |