Set up the self-signed SSL certificate. (The instructions are explained here in detail)
For Windows:
- The instructions above for MacOs work if you have OpenSSL installed
- OpenSSL is available via Git Bash,Ubuntu for Windows, or Cygwin
Note: Already updated dev.conf and dockerfile configuration files are available from https://github.com/cairocoder01/dt-docker
- From command line in the project root directory (your copy of the Github repository) run:Copy
> openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt
- Specify the Common Name as ‘local.disciple.tools’. You may answer the other questions however you wish.
- Site will be available on https://local.disciple.tools (if you add the needed hosts file mapping) or https://localhost:44300