Unset key files when user specifying (#358)

This commit is contained in:
Chalith Desaman
2024-02-15 10:00:02 +05:30
committed by GitHub
parent ebd57d2575
commit cd00d8712c

View File

@@ -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"