From e0403293f33aac5730fa066aeba908f94d2adb18 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 7 Mar 2018 12:25:32 +0100 Subject: [PATCH] Comment out option 'ns-cert-type server' - its deprecated. --- build_key-pass.sh | 7 ++++++- create_key_config.sh | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/build_key-pass.sh b/build_key-pass.sh index d2a10d2..6d5c8a6 100755 --- a/build_key-pass.sh +++ b/build_key-pass.sh @@ -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. diff --git a/create_key_config.sh b/create_key_config.sh index 5ca2dc6..f0c4e5e 100755 --- a/create_key_config.sh +++ b/create_key_config.sh @@ -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.