]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - Add instructions for HTTPS in localdev to README
authorIsrael Madueme <purelogiq@gmail.com>
Mon, 8 Apr 2019 22:27:13 +0000 (18:27 -0400)
committerDylan William Hardison <dylan@hardison.net>
Mon, 8 Apr 2019 22:27:13 +0000 (18:27 -0400)
README.rst

index 07e4e260b8ac470c8a874a01a9afeee9f16edd53..bd2a842d58af963e172fab1404acecd2db2be06c 100644 (file)
@@ -67,6 +67,12 @@ After that, you should be able to visit http://bmo-web.vm/ from your browser.
 You can login as vagrant@bmo-web.vm with the password "vagrant01!" (without
 quotes).
 
+The development server (morbo) can also serve the site via HTTPS.
+
+Run `vagrant ssh web`, that should put you in the `/vagrant` directory.
+While there run `openssl req -newkey rsa:2048 -sha256 -nodes -keyout bmo-web.vm-key.pem -x509 -days 365 -out bmo-web.vm.pem`.
+Restart morbo and you should now be able to visit https://bmo-web.vm.
+
 Making Changes and Seeing them
 ------------------------------