mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Use AES-128-GCM by default
This commit is contained in:
		| @@ -282,7 +282,7 @@ function installOpenVPN () { | ||||
| 	done | ||||
| 	if [[ $CUSTOMIZE_ENC == "n" ]];then | ||||
| 		# Use default, sane and fast paramters | ||||
| 		CIPHER="cipher AES-128-CBC" | ||||
| 		CIPHER="cipher AES-128-GCM" | ||||
| 		DH_KEY_SIZE="2048" | ||||
| 		RSA_KEY_SIZE="2048" | ||||
| 	else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 angristan
					angristan