mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
3 lines
143 B
Bash
Executable File
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 &
|