Add mention of SSL for configuration download.
This commit is contained in:
@ -7,4 +7,8 @@ cd /etc/openvpn
|
||||
exit 1
|
||||
}
|
||||
|
||||
socat TCP-LISTEN:8080,reuseaddr - < client.http >> http8080.log
|
||||
echo "https://$(curl -s http://myip.enix.org/REMOTE_ADDR):8080/"
|
||||
socat -d -d \
|
||||
OPENSSL-LISTEN:8080,fork,reuseaddr,key=key.pem,certificate=cert.pem,verify=0 \
|
||||
EXEC:'cat client.http' \
|
||||
2>> http8080.log
|
||||
|
Reference in New Issue
Block a user