openvpn: Add remote-cert-tls
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Mon, 16 May 2011 20:54:51 +0000 (22:54 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 22 May 2011 21:06:49 +0000 (23:06 +0200)
plugins/openvpn.c

index b1cad60..2b933b9 100644 (file)
@@ -61,6 +61,7 @@ struct {
        { "OpenVPN.Cipher", "--cipher" },
        { "OpenVPN.Auth", "--auth" },
        { "OpenVPN.CompLZO", "--comp-lzo" },
+       { "OpenVPN.RemoteCertTls", "--remote-cert-tls" },
 };
 
 static void ov_append_dns_entries(const char *key, const char *value,