This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_stunnel [2021/10/08 19:22] val [Сервис stunnel] |
сервис_stunnel [2022/02/16 10:33] (current) val [Debian/Ubuntu Server] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Сервис stunnel ====== | ====== Сервис stunnel ====== | ||
| - | * [[https://gist.github.com/enricmcalvo/6151178|RDP SSL tunneling with stunnel]] | + | * [[https://gist.github.com/enricmcalvo/6151178|RDP SSL tunneling with stunnel]] - надо попробовать |
| ===== Debian/Ubuntu Server ===== | ===== Debian/Ubuntu Server ===== | ||
| Line 17: | Line 17: | ||
| # cat /etc/stunnel/stunnel.conf | # cat /etc/stunnel/stunnel.conf | ||
| </code><code> | </code><code> | ||
| + | output = /stunnel.log # need correct logrotate conf | ||
| + | |||
| cert = /etc/stunnel/proxy.keycrt | cert = /etc/stunnel/proxy.keycrt | ||
| chroot = /var/lib/stunnel4/ | chroot = /var/lib/stunnel4/ | ||