mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Use a different client name for new users
Just in case the user keeps the default "client" username when installing, reusing "client" will fail. A tiny commit for lazy users.
This commit is contained in:
		| @@ -112,7 +112,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then | ||||
| 			echo "" | ||||
| 			echo "Tell me a name for the client cert" | ||||
| 			echo "Please, use one word only, no special characters" | ||||
| 			read -p "Client name: " -e -i client CLIENT | ||||
| 			read -p "Client name: " -e -i newclient CLIENT | ||||
| 			cd /etc/openvpn/easy-rsa/ | ||||
| 			./easyrsa build-client-full $CLIENT nopass | ||||
| 			# Generates the custom client.ovpn | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Angristan
					Angristan