From: Israel Madueme Date: Mon, 8 Apr 2019 22:27:13 +0000 (-0400) Subject: no bug - Add instructions for HTTPS in localdev to README X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca43fd71b69123b4abe7c72b13a93ca969cd1095;p=thirdparty%2Fbugzilla.git no bug - Add instructions for HTTPS in localdev to README --- diff --git a/README.rst b/README.rst index 07e4e260b..bd2a842d5 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------------------------