1
0
зеркало из https://github.com/henrydcase/optee_eng.git synced 2024-11-22 07:15:32 +00:00
optee_eng/cfg/openvpn_cli.conf

23 строки
424 B
Plaintext
Исходник Обычный вид История

2021-01-07 23:57:00 +00:00
client
proto udp4
# Deliberatelly same IP as tun0 on a host system, to easily connect from QEMU
remote 172.16.0.1 1194
# remote vpn.testlab.com 1194
dev tun
resolv-retry infinite
nobind
dh none
remote-cert-tls server
cipher AES-256-GCM
persist-key
persist-tun
verb 3
# Certificates
ca certs/ca.cert
cert certs/client.cert
key vpn.testlab.com
# Load 'optee' engine, to perform private key operation in the TEE
engine optee