From: John Crispin Date: Thu, 27 Oct 2016 13:19:59 +0000 (+0200) Subject: CC: openvpn: add handling for capath and cafile X-Git-Url: https://git.archive.openwrt.org/luci/splash/?a=commitdiff_plain;h=267377389ea5f62003671e4223a18033557ce035;p=15.05%2Fopenwrt.git CC: openvpn: add handling for capath and cafile Signed-off-by: John Crispin --- diff --git a/package/network/services/openvpn/files/openvpn.init b/package/network/services/openvpn/files/openvpn.init index 6dac7b3fa1..38337600ae 100644 --- a/package/network/services/openvpn/files/openvpn.init +++ b/package/network/services/openvpn/files/openvpn.init @@ -124,7 +124,7 @@ start_instance() { socks_proxy status status_version syslog tcp_queue_limit tls_auth tls_version_min \ tls_cipher tls_remote tls_timeout tls_verify tmp_dir topology tran_window \ tun_mtu tun_mtu_extra txqueuelen user verb down push up \ - verify_x509_name x509_username_field \ + capath cafile verify_x509_name x509_username_field \ ifconfig_ipv6 route_ipv6 server_ipv6 ifconfig_ipv6_pool ifconfig_ipv6_push iroute_ipv6 openvpn_add_instance "$s" "/var/etc" "openvpn-$s.conf"