diff --git a/create_key_config.sh b/create_key_config.sh index 7253274..da81072 100755 --- a/create_key_config.sh +++ b/create_key_config.sh @@ -485,6 +485,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