mirror of
https://github.com/yudai/gotty.git
synced 2025-12-31 22:58:49 +01:00
Add note for self-signed cert issue of safari
This commit is contained in:
parent
0e81c484a9
commit
fc590d5bc3
1 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ All traffic between the server and clients are NOT encrypted by default. When yo
|
|||
openssl req -x509 -nodes -days 9999 -newkey rsa:2048 -keyout ~/.gotty.key -out ~/.gotty.crt
|
||||
```
|
||||
|
||||
(NOTE: Safari doesn't support self-signed certifications for WebSockets)
|
||||
|
||||
## Sharing with Multiple Clients
|
||||
|
||||
GoTTY starts a new process with the given command when a new client connects to the server. This means users cannot share a single terminal with others by default. However, you can use terminal multiplexers for sharing a single process with multiple clients.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue