mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Add a link to how to use self-signed certificates with Safari
This commit is contained in:
parent
00ddf781de
commit
0bd2f3f2c8
@ -101,7 +101,7 @@ 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
|
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)
|
(NOTE: For Safari uses, see [how to enable self-signed certificates for WebSockets](http://blog.marcon.me/post/24874118286/secure-websockets-safari) when use self-signed certificates)
|
||||||
|
|
||||||
## Sharing with Multiple Clients
|
## Sharing with Multiple Clients
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user