diff --git a/files/openvpn_management_scripts/templates/vars.template b/files/openvpn_management_scripts/templates/vars.template index f99375e03..311f05605 100644 --- a/files/openvpn_management_scripts/templates/vars.template +++ b/files/openvpn_management_scripts/templates/vars.template @@ -19,11 +19,6 @@ set_var EASYRSA_REQ_ORG "#ORG#" set_var EASYRSA_REQ_EMAIL "#EMAIL#" set_var EASYRSA_REQ_OU "#OU#" -# Name for the key - used in file names. Adjust or leave the default. -set_var EASYRSA_REQ_CN "#KEY_NAME#" - -# Optionally, to sign all keys with the same Common Name, you could set this: -# set_var EASYRSA_REQ_CN "CommonName" set_var EASYRSA_BATCH "1"