summaryrefslogtreecommitdiff
path: root/data/templates/openvpn/server.conf.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-24 21:27:57 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-25 21:06:42 +0200
commitde065cb9c423a7248dbdbafc70f1bf7b944dbca8 (patch)
tree8b0d95663ca9b2be93e78192e1e26ba1ed0a2015 /data/templates/openvpn/server.conf.tmpl
parent5187acf7babeb542757ced8435c6ded9bebab518 (diff)
downloadvyos-1x-de065cb9c423a7248dbdbafc70f1bf7b944dbca8.tar.gz
vyos-1x-de065cb9c423a7248dbdbafc70f1bf7b944dbca8.zip
openvpn: T1512: T3641: drop deprecated "compat-names" option
(cherry picked from commit c8ef5e8bdce01bbf05297df39e6c6223d0b2a2ea)
Diffstat (limited to 'data/templates/openvpn/server.conf.tmpl')
-rw-r--r--data/templates/openvpn/server.conf.tmpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/data/templates/openvpn/server.conf.tmpl b/data/templates/openvpn/server.conf.tmpl
index 1a966c5ef..c5d665c0b 100644
--- a/data/templates/openvpn/server.conf.tmpl
+++ b/data/templates/openvpn/server.conf.tmpl
@@ -259,20 +259,6 @@ auth-user-pass {{ auth_user_pass_file }}
auth-retry nointeract
{% endif %}
-# DEPRECATED This option will be removed in OpenVPN 2.5
-# Until OpenVPN v2.3 the format of the X.509 Subject fields was formatted like this:
-# /C=US/L=Somewhere/CN=John Doe/emailAddress=john@example.com In addition the old
-# behaviour was to remap any character other than alphanumeric, underscore ('_'),
-# dash ('-'), dot ('.'), and slash ('/') to underscore ('_'). The X.509 Subject
-# string as returned by the tls_id environmental variable, could additionally
-# contain colon (':') or equal ('='). When using the --compat-names option, this
-# old formatting and remapping will be re-enabled again. This is purely implemented
-# for compatibility reasons when using older plug-ins or scripts which does not
-# handle the new formatting or UTF-8 characters.
-#
-# See https://phabricator.vyos.net/T1512
-compat-names
-
{% if openvpn_option is defined and openvpn_option is not none %}
#
# Custom options added by user (not validated)