mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-07-31 02:50:26 +00:00
Unset key files when user specifying (#358)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user