| 
				
			 | 
			
			
				@@ -340,6 +340,9 @@ function create_user_vpn_key { 
			 | 
		
	
		
			
			| 
				340
			 | 
			
				340
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				341
			 | 
			
				341
			 | 
			
			
				     chown $username:$username $user_vpn_cert_file 
			 | 
		
	
		
			
			| 
				342
			 | 
			
				342
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				
			 | 
			
				343
			 | 
			
			
				+    # keep a backup 
			 | 
		
	
		
			
			| 
				
			 | 
			
				344
			 | 
			
			
				+    cp $user_vpn_cert_file /etc/openvpn/easy-rsa/keys/$username.ovpn 
			 | 
		
	
		
			
			| 
				
			 | 
			
				345
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				343
			 | 
			
				346
			 | 
			
			
				     #rm /etc/openvpn/easy-rsa/keys/$username.crt 
			 | 
		
	
		
			
			| 
				344
			 | 
			
				347
			 | 
			
			
				     #rm /etc/openvpn/easy-rsa/keys/$username.csr 
			 | 
		
	
		
			
			| 
				345
			 | 
			
				348
			 | 
			
			
				     shred -zu /etc/openvpn/easy-rsa/keys/$username.key 
			 |