Skip to content

3. Option 1). Use HTTPS with a custom domain

Urban Sandén edited this page May 28, 2024 · 1 revision
  1. Create a SSL cert:
cd cli
./create-cert.sh

This script will create a locally-trusted development certificates. It requires no configuration.

mkcert needs to be installed like described in Requirements. Read more for Windows and Linux

1b. Make sure your /etc/hosts file has a record for used domains. On Windows the hosts file can be find at C:\Windows\System32\drivers\etc. Make sure to open it with admin rights.

sudo nano /etc/hosts

Add your selected domain like this:

127.0.0.1 myapp.local
  1. Continue on the Install step below
Clone this wiki locally