You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

openvpn_cli.conf 424 B

3 years ago
12345678910111213141516171819202122
  1. client
  2. proto udp4
  3. # Deliberatelly same IP as tun0 on a host system, to easily connect from QEMU
  4. remote 172.16.0.1 1194
  5. # remote vpn.testlab.com 1194
  6. dev tun
  7. resolv-retry infinite
  8. nobind
  9. dh none
  10. remote-cert-tls server
  11. cipher AES-256-GCM
  12. persist-key
  13. persist-tun
  14. verb 3
  15. # Certificates
  16. ca certs/ca.cert
  17. cert certs/client.cert
  18. key vpn.testlab.com
  19. # Load 'optee' engine, to perform private key operation in the TEE
  20. engine optee