Kyle Manna 
							
						 
					 
					
						
						
							
						
						1869cd85d0 
					 
					
						
						
							
							openvpn.sh: Split in to smaller scripts  
						
						 
						
						... 
						
						
						
						* Split soon to be massive wrapper into smaller managable scripts.
* Re-organized Dockerfile to exploit cache when rebuilding 
						
						
					 
					
						2014-06-04 11:13:59 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						035ff64200 
					 
					
						
						
							
							Dockerfile: Add ENV configuration  
						
						 
						
						... 
						
						
						
						* Add ENV configuration options to Dockerfile as opposed to keeping in
  the wrapper script.
* First step to splitting up openvpn.sh in to smaller scripts. 
						
						
					 
					
						2014-06-04 10:52:59 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						f6474d06f9 
					 
					
						
						
							
							Dockerfile: Remove unused ports  
						
						 
						
						... 
						
						
						
						* These ports are unused, remove them to reduce confusion. 
						
						
					 
					
						2014-06-04 09:30:04 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						2d26b87343 
					 
					
						
						
							
							run: Remove run script  
						
						 
						
						... 
						
						
						
						* Replaced by openvpn.sh 
						
						
					 
					
						2014-06-04 09:29:45 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						161acca6a2 
					 
					
						
						
							
							openvpn.sh: Add log tail function  
						
						 
						
						... 
						
						
						
						* Add ability to tail log file as original repo did. 
						
						
					 
					
						2014-06-04 09:29:17 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						7944bcd9fe 
					 
					
						
						
							
							serveconfig: Remove  
						
						 
						
						... 
						
						
						
						* Use the openvpn.sh wrapper script instead 
						
						
					 
					
						2014-06-04 09:26:53 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						422c2a302d 
					 
					
						
						
							
							openvpn.sh: Add getclientconfig  
						
						 
						
						... 
						
						
						
						* Add mechanism to generate and return a client configuration
* Seemlessly Generates certificate if necessary 
						
						
					 
					
						2014-06-04 09:18:25 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						f673ee83ce 
					 
					
						
						
							
							openvpn.sh: Save servername used during init  
						
						 
						
						... 
						
						
						
						* Save the DNS domain name or IP address the server was configured with
* Useful for generating client configurations 
						
						
					 
					
						2014-06-04 09:08:09 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						a1c174f6f5 
					 
					
						
						
							
							openvpn.sh: Implement init step and cert gen  
						
						 
						
						... 
						
						
						
						* Initialize and configure the OpenVPN server
* Generate PKI keys, CA, and certs when needed 
						
						
					 
					
						2014-06-04 01:39:38 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						9e4de074d0 
					 
					
						
						
							
							openvpn.sh: Add easyrsa to wrapper  
						
						 
						
						... 
						
						
						
						* Provide a way to invoke easyrsa form the wrapper
* Add ability to set the EasyRSA vars file which manages the default
  settings for the EasyRSA PKI CA. 
						
						
					 
					
						2014-06-04 00:21:14 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						f6873cf5bd 
					 
					
						
						
							
							Dockerfile: Add EasyRSA-3 support  
						
						 
						
						... 
						
						
						
						* EasyRSA v3 is preferred over v2 because it includes support for
  elliptic curves. 
						
						
					 
					
						2014-06-04 00:21:14 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						023cfe6596 
					 
					
						
						
							
							openvpn.sh: Add wrapper script  
						
						 
						
						... 
						
						
						
						* Add the beginning of a wrapper script that will handle cert generation
  and OpenVPN invocation. 
						
						
					 
					
						2014-06-03 20:58:13 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						47bc4e4865 
					 
					
						
						
							
							Dockerfile: Add MAINTAINER line  
						
						 
						
						... 
						
						
						
						* Add maintrainer line and credit jpetazzo 
						
						
					 
					
						2014-06-03 20:42:19 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kyle Manna 
							
						 
					 
					
						
						
							
						
						c19b01e005 
					 
					
						
						
							
							Dockerfile: Update to Ubuntu 14.04  
						
						 
						
						... 
						
						
						
						* Upgrade to latest Ubuntu LTS release 
						
						
					 
					
						2014-06-03 20:31:53 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jérôme Petazzoni 
							
						 
					 
					
						
						
							
						
						a002a7cbec 
					 
					
						
						
							
							Merge pull request  #4  from ReAzem/patch-1  
						
						 
						
						... 
						
						
						
						readme updates 
						
						
					 
					
						2014-05-23 17:13:09 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandre Viau 
							
						 
					 
					
						
						
							
						
						93d12716c5 
					 
					
						
						
							
							commands were deprecated  
						
						 
						
						
						
						
					 
					
						2014-05-23 18:31:46 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandre Viau 
							
						 
					 
					
						
						
							
						
						7be3bf2cd9 
					 
					
						
						
							
							more comprehensible  
						
						 
						
						
						
						
					 
					
						2014-05-23 17:49:33 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jérôme Petazzoni 
							
						 
					 
					
						
						
							
						
						048539fdcd 
					 
					
						
						
							
							Merge pull request  #3  from paimpozhil/master  
						
						 
						
						... 
						
						
						
						adding google nameservers into the DHCP push 
						
						
					 
					
						2014-05-02 14:36:56 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paimpozhil 
							
						 
					 
					
						
						
							
						
						83e47bb3be 
					 
					
						
						
							
							adding google nameservers into the DHCP push  
						
						 
						
						
						
						
					 
					
						2014-04-29 16:05:53 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jérôme Petazzoni 
							
						 
					 
					
						
						
							
						
						71136d9ba3 
					 
					
						
						
							
							Merge pull request  #1  from Tuinslak/patch-1  
						
						 
						
						... 
						
						
						
						forgot .log 
						
						
					 
					
						2013-09-10 15:37:01 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yeri Tiete 
							
						 
					 
					
						
						
							
						
						b3a5a89ab3 
					 
					
						
						
							
							forgot .log  
						
						 
						
						... 
						
						
						
						It's not that important but it's cleaner. 
						
						
					 
					
						2013-09-11 00:33:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jérôme Petazzoni 
							
						 
					 
					
						
						
							
						
						c6b94b5726 
					 
					
						
						
							
							Add mention of SSL for configuration download.  
						
						 
						
						
						
						
					 
					
						2013-09-04 14:22:24 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jérôme Petazzoni 
							
						 
					 
					
						
						
							
						
						be9e6b65c9 
					 
					
						
						
							
							Add mention of SSL for configuration download.  
						
						 
						
						
						
						
					 
					
						2013-09-02 18:48:51 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jérôme Petazzoni 
							
						 
					 
					
						
						
							
						
						df45b24a3b 
					 
					
						
						
							
							Documentation is always helpful!  
						
						 
						
						
						
						
					 
					
						2013-09-02 17:42:05 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jerome Petazzoni 
							
						 
					 
					
						
						
							
						
						0f56065a90 
					 
					
						
						
							
							Docker can haz VPN nao!  
						
						 
						
						
						
						
					 
					
						2013-09-02 23:46:19 +00:00