Add a link to how to use self-signed certificates with Safari

This commit is contained in:
Iwasaki Yudai 2015-09-01 14:54:20 +09:00
parent 00ddf781de
commit 0bd2f3f2c8

View File

@ -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