Comment out option 'ns-cert-type server' - its deprecated.
This commit is contained in:
parent
a8c7c0436d
commit
e0403293f3
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user