mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 02:17:47 +00:00 
			
		
		
		
	document 'off' configuration in setup.sh
This commit is contained in:
		
							parent
							
								
									32fe88e5d8
								
							
						
					
					
						commit
						996a65c786
					
				
							
								
								
									
										5
									
								
								setup.sh
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								setup.sh
									
									
									
									
									
								
							| @ -110,7 +110,10 @@ if [ ! -e ./.env ]; then | ||||
| 	FQDN=${new_value:-$value_default} | ||||
| 
 | ||||
| 	value_default="self_signed" | ||||
| 	read -p "Email address to use for Lets Encrypt. Use 'self_signed' as your email to create self signed certificates [$value_default]: " new_value | ||||
| 	read -p "Email address to use for Lets Encrypt. | ||||
| 	Use 'self_signed' as your email to create self signed certificates. | ||||
| 	Use 'off' if you want to run the service without tls encryption. Make sure to use an ssl-terminating reverse proxy in front in this case. | ||||
| 	[$value_default]: " new_value | ||||
| 	EMAIL=${new_value:-$value_default} | ||||
| 
 | ||||
| 	# Let Kapi accept self signed certs if required | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user