Some minor changes on comments.

This commit is contained in:
root
2018-03-07 14:58:34 +01:00
parent 307930f960
commit 0afdf71c3b
2 changed files with 21 additions and 2 deletions

View File

@@ -468,7 +468,7 @@ cat << EOF >> "$_client_conf_file" 2> $log_file
# This option has been deprecated since version 2.4 and
# will be removed from later distributions.
#
#ns-cert-type server
;ns-cert-type server
# If a tls-auth key is used on the server
# then every client must also have the key.
@@ -501,6 +501,9 @@ cat << EOF >> "$_client_conf_file" 2> $log_file
# Select a cryptographic cipher.
# If the cipher option is used on the server
# then you must also specify it here.
;cipher BF-CBC # Blowfish (default)
;cipher AES-128-CBC # AES
;cipher DES-EDE3-CBC # Triple-DES
EOF
if [[ -n "$SERVER_CIPHER" ]]; then