You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
-[Pre-requisites](#pre-requisites)
10
10
-[Clone the repository:](#clone-the-repository)
11
11
-[Update local DNS](#update-local-dns)
12
+
-[Set up local HTTPS (optional)](#set-up-local-https-optional)
12
13
-[Automated Stellar Account Creation and .env Configuration](#automated-stellar-account-creation-and-env-configuration)
13
14
-[Start/Stop Local Environment](#startstop-local-environment)
14
15
-[Login to the SDP and send a Disbursement](#login-to-the-sdp-and-send-a-disbursement)
@@ -62,6 +63,23 @@ To include them, you can run command `sudo nano /etc/hosts` and insert the lines
62
63
127.0.0.1 pinkcorp.stellar.local
63
64
```
64
65
66
+
### Set up local HTTPS (optional)
67
+
68
+
HTTPS is required for working with WebAuthn/passkeys. If you want the wizard to launch the dashboard over HTTPS (`https://<tenant>.stellar.local:3443`):
fmt.Println("Using TLS certs from dev/certs (HTTPS enabled)")
107
+
returnnil
108
+
}
109
+
}
110
+
111
+
returnfmt.Errorf("https selected but TLS certs are missing; expected dev/certs/stellar.local.pem and dev/certs/stellar.local-key.pem (generate with mkcert; see dev/README.md)")
112
+
}
113
+
78
114
// composeDown runs 'docker compose down' with the given config.
0 commit comments