cloudstack/plugins/hypervisors/ovm3/scripts/socat.sh

3 lines
143 B
Bash
Executable File

CERT="/etc/ovs-agent/cert"
socat OPENSSL-LISTEN:8899,reuseaddr,fork,verify=0,key=$CERT/key.pem,cert=$CERT/certificate.pem TCP:localhost:8898 &