From cd00d8712c10d5661d636debdac0ffdbbed6f0c9 Mon Sep 17 00:00:00 2001 From: Chalith Desaman Date: Thu, 15 Feb 2024 10:00:02 +0530 Subject: [PATCH] Unset key files when user specifying (#358) --- installer/setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/installer/setup.sh b/installer/setup.sh index ea0ff2c..1b98f60 100755 --- a/installer/setup.sh +++ b/installer/setup.sh @@ -418,6 +418,11 @@ tls_cabundle_file="letsencrypt" else + # Unset variables before aks for user input. + tls_key_file="" + tls_cert_file="" + tls_cabundle_file="" + echomult "You have opted out of automatic SSL setup. You need to have obtained SSL certificate files for '$inetaddr' from a trusted authority. Please specify the certificate files you have obtained below.\n"