From ca43fd71b69123b4abe7c72b13a93ca969cd1095 Mon Sep 17 00:00:00 2001 From: Israel Madueme Date: Mon, 8 Apr 2019 18:27:13 -0400 Subject: [PATCH] no bug - Add instructions for HTTPS in localdev to README --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 ------------------------------ -- 2.47.3