Skip to content

Commit d372a2c

Browse files
authored
update TLS section in README (#777)
Replace the mismatched TLS port in the documentation
1 parent 2d6b5ec commit d372a2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ Copy your `public.crt` and `private.key` to `~/.console/certs`, then:
182182

183183
```sh
184184
./console server
185-
2021-01-19 02:36:08.893735 I | 2021/01/19 02:36:08 server.go:129: Serving console at https://localhost:9090
185+
2021-01-19 02:36:08.893735 I | 2021/01/19 02:36:08 server.go:129: Serving console at http://[::]:9090
186+
2021-01-19 02:36:08.893735 I | 2021/01/19 02:36:08 server.go:129: Serving console at https://[::]:9443
186187
```
187188

188189
For advanced users, `console` has support for multiple certificates to service clients through multiple domains.

0 commit comments

Comments
 (0)