socat-nonhttpd-cert-client.sh (89B)
1 #!/bin/sh 2 3 socat stdio openssl-connect:localhost:4433,cert=client.pem,cafile=server.crt 4