updated certbot preamble
This commit is contained in:
		
							parent
							
								
									44a5e62bc4
								
							
						
					
					
						commit
						3b4879c000
					
				
							
								
								
									
										3
									
								
								setup.sh
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.sh
									
									
									
									
									
								
							| @ -206,7 +206,8 @@ if [ "${useSSL}" -eq 1 ]; then | ||||
|     echo -e "\nIf you haven't run Certbot yet, you can enter the domain you intend to use" | ||||
|     echo "as your primary domain and the paths generated by this script will work after" | ||||
|     echo -e "you run Certbot.  In that case, you will have to answer ${warn}'yes'${mag} when asked" | ||||
|     echo -e "${warn}'Do you want to use this domain setting anyways?'${norm}\n" | ||||
|     echo -e "${warn}'Do you want to use this domain setting anyways?'" | ||||
|     echo -e "\nNote: NGINX will NOT work until you run Certbot to generate your certificates!${norm}\n" | ||||
|     while true; do | ||||
|         read -p "Are you using Certbot to handle your SSL certificates? (default: No) " yn | ||||
|         case "${yn}" in | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user