We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08795a commit c65a3afCopy full SHA for c65a3af
templates/client.conf.j2
@@ -63,11 +63,8 @@ key {{client}}.key
63
# Verify server certificate by checking that the certicate has the nsCertType
64
# field set to "server". This is an important precaution to protect against a
65
# potential attack discussed here: http://openvpn.net/howto.html#mitm
66
-#
67
-# To use this feature, you will need to generate your server certificates with
68
-# the nsCertType field set to "server". The build-key-server script in the
69
-# easy-rsa folder will do this.
70
-ns-cert-type server
+
+remote-cert-tls server
71
72
{% if openvpn_tls_auth and not openvpn_unified_client_profiles -%}
73
# Use a static pre-shared key (PSK)
0 commit comments