9 lines
		
	
	
		
			169 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			169 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
# Copy this file as variables.conf, with the correct values
 | 
						|
 | 
						|
address=0.0.0.0
 | 
						|
port=4433
 | 
						|
certfile=/etc/ssl/cert.crt
 | 
						|
keyfile=/etc/ssl/private/cert.key
 |