Changes between Version 9 and Version 10 of Encryption/SSL
- Timestamp:
- 03/31/17 16:21:37 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encryption/SSL
v9 v10 20 20 == Example == 21 21 22 * server with TCP and SSL support: 22 * generate a test certificate: 23 {{{ 24 openssl req -new -x509 -nodes -out cert.pem -keyout cert.pem 25 }}} 26 * start a server with TCP and SSL support: 23 27 {{{ 24 28 xpra start --start=xterm \