pastebin

Paste Search Dynamic
Recent pastes
cert mydevice crt
  1. CERT="cert=mydevice.crt,key=mydevice.key"
  2. SSLSRV="cipher=AES256-SHA,method=TLS1.2,verify=0"
  3. SSLCLI="cipher=AES128-SHA,method=SSL3,verify=0"
  4. socat
  5.  OPENSSL-LISTEN:11443,bind=127.0.0.1,reuseaddr,fork,$CERT,$SSLSRV  
  6.  OPENSSL:192.168.1.111:443,$SSLCLI
Parsed in 0.001 seconds