d8df3497c5
hitch is a network proxy that terminates TLS/SSL connections and forwards the unencrypted traffic to some backend. It's designed to handle 10s of thousands of connections efficiently on multicore machines. WWW: https://github.com/varnish/hitch/
3 lines
107 B
Plaintext
3 lines
107 B
Plaintext
Don't forget to append DH params to your pem file using:
|
|
openssl dhparam -rand - 1024 >> /path/to/cert.pem
|