socat-nonhttpd-ssl.sh (104B)
1 #!/bin/sh 2 3 socat openssl-listen:4433,reuseaddr,fork,cert=server.pem,verify=0 \ 4 exec:/usr/bin/nonhttpd 5