-
Notifications
You must be signed in to change notification settings - Fork 308
3. Option 1). Use HTTPS with a custom domain
Urban Sandén edited this page May 28, 2024
·
1 revision
- 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
- Continue on the Install step below