|  | @@ -1399,14 +1399,14 @@ function interactive_configuration {
 | 
	
		
			
			| 1399 | 1399 |              if [[ $DDNS_PROVIDER == "default@freedns.afraid.org" ]]; then
 | 
	
		
			
			| 1400 | 1400 |                  dialog --backtitle $"Freedombone Configuration" \
 | 
	
		
			
			| 1401 | 1401 |                         --title $"Hubzilla Configuration" \
 | 
	
		
			
			| 1402 |  | -                       --form $"\nPlease enter your Hubzilla details:" 11 55 3 \
 | 
	
		
			
			|  | 1402 | +                       --form $"\nPlease enter your Hubzilla details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 14 55 3 \
 | 
	
		
			
			| 1403 | 1403 |                         $"Domain:" 1 1 "$(grep 'HUBZILLA_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
 | 
	
		
			
			| 1404 | 1404 |                         $"Code:" 2 1 "$(grep 'HUBZILLA_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 30 \
 | 
	
		
			
			| 1405 | 1405 |                         2> $data
 | 
	
		
			
			| 1406 | 1406 |              else
 | 
	
		
			
			| 1407 | 1407 |                  dialog --backtitle $"Freedombone Configuration" \
 | 
	
		
			
			| 1408 | 1408 |                         --title $"Hubzilla Configuration" \
 | 
	
		
			
			| 1409 |  | -                       --form $"\nPlease enter your Hubzilla details:" 11 55 3 \
 | 
	
		
			
			|  | 1409 | +                       --form $"\nPlease enter your Hubzilla details\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 11 55 3 \
 | 
	
		
			
			| 1410 | 1410 |                         $"Domain:" 1 1 "$(grep 'HUBZILLA_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
 | 
	
		
			
			| 1411 | 1411 |                         2> $data
 | 
	
		
			
			| 1412 | 1412 |              fi
 | 
	
	
		
			
			|  | @@ -1448,14 +1448,14 @@ function interactive_configuration {
 | 
	
		
			
			| 1448 | 1448 |              if [[ $DDNS_PROVIDER == "default@freedns.afraid.org" ]]; then
 | 
	
		
			
			| 1449 | 1449 |                  dialog --backtitle $"Freedombone Configuration" \
 | 
	
		
			
			| 1450 | 1450 |                         --title $"Microblog Configuration" \
 | 
	
		
			
			| 1451 |  | -                       --form $"\nPlease enter your Microblog details:" 11 55 3 \
 | 
	
		
			
			|  | 1451 | +                       --form $"\nPlease enter your Microblog details\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 11 55 3 \
 | 
	
		
			
			| 1452 | 1452 |                         $"Domain:" 1 1 "$(grep 'MICROBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
 | 
	
		
			
			| 1453 | 1453 |                         $"Code:" 2 1 "$(grep 'MICROBLOG_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 30 \
 | 
	
		
			
			| 1454 | 1454 |                         2> $data
 | 
	
		
			
			| 1455 | 1455 |              else
 | 
	
		
			
			| 1456 | 1456 |                  dialog --backtitle $"Freedombone Configuration" \
 | 
	
		
			
			| 1457 | 1457 |                         --title $"Microblog Configuration" \
 | 
	
		
			
			| 1458 |  | -                       --form $"\nPlease enter your Microblog details:" 11 55 3 \
 | 
	
		
			
			|  | 1458 | +                       --form $"\nPlease enter your Microblog details\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 11 55 3 \
 | 
	
		
			
			| 1459 | 1459 |                         $"Domain:" 1 1 "$(grep 'MICROBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
 | 
	
		
			
			| 1460 | 1460 |                         2> $data
 | 
	
		
			
			| 1461 | 1461 |              fi
 |