mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Fixes
This commit is contained in:
		| @@ -282,11 +282,11 @@ function installQuestions () { | ||||
| 	done | ||||
| 	if [[ $CUSTOMIZE_ENC == "n" ]];then | ||||
| 		# Use default, sane and fast paramters | ||||
| 		CIPHER="cipher AES-128-GCM" | ||||
| 		CERT_TYPE="1" | ||||
| 		CIPHER="AES-128-GCM" | ||||
| 		CERT_TYPE="1" # ECDSA | ||||
| 		CERT_CURVE="secp256r1" | ||||
| 		CC_CIPHER="TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256" | ||||
| 		DH_TYPE="1" | ||||
| 		DH_TYPE="1" # ECDH | ||||
| 		DH_CURVE="secp256r1" | ||||
| 		HMAC_ALG="SHA256" | ||||
| 	else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 angristan
					angristan