Comment out option 'ns-cert-type server' - its deprecated.

This commit is contained in:
Christoph 2018-03-07 12:25:32 +01:00
parent a8c7c0436d
commit e0403293f3
2 changed files with 12 additions and 2 deletions

View File

@ -463,7 +463,12 @@ cat << EOF >> "$_client_conf_file" 2> $log_file
# To use this feature, you will need to generate
# your server certificates with the nsCertType
# field set to "server". The build-key-serve
ns-cert-type server
#
# Note!
# This option has been deprecated since version 2.4 and
# will be removed from later distributions.
#
#ns-cert-type server
# If a tls-auth key is used on the server
# then every client must also have the key.

View File

@ -444,7 +444,12 @@ cat << EOF >> "$_client_conf_file" 2> $log_file
# To use this feature, you will need to generate
# your server certificates with the nsCertType
# field set to "server". The build-key-serve
ns-cert-type server
#
# Note!
# This option has been deprecated since version 2.4 and
# will be removed from later distributions.
#
#ns-cert-type server
# If a tls-auth key is used on the server
# then every client must also have the key.