We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a175e commit 7cc196cCopy full SHA for 7cc196c
enterprise/quick-start.mdx
@@ -174,7 +174,7 @@ The install guide provides commands to run on your VM. SSH into your VM and exec
174
175
Once the install command completes, the Admin Console is available at:
176
- `https://<your-base-domain>:30000` (if you provided TLS certificates)
177
-- `http://<your-vm-ip>:30000` (if using self-signed certificates)
+- `http://<your-vm-ip>:30000` (if you did not use the `--tls-cert` and `--tls-key` flags on the `install` command)
178
179
If you did not provide TLS certificates with the `install` command, your browser will display a security warning.
180
Click **Advanced**, then **Proceed** to continue to the Admin Console.
0 commit comments