First page Back Continue Last page Summary Graphics
STunnel
STunnel wrapper for SSL services. (www.stunnel.org)
Sslwrap -same idea, not as actively developed.
As with all SSL services, STunnel needs a certificate:
- $ openssl req -new -x509 -days 365 -nodes -out stunnel.pem -keyout stunnel.pem
Notes: