Fixed template

This commit is contained in:
Spitap
2023-06-21 21:21:17 +02:00
committed by Antoine Nguyen
parent e900e6258f
commit bc88110be6
2 changed files with 1 additions and 5 deletions

View File

@@ -44,14 +44,10 @@ ConfigDictTemplate = [
},
{
"option": "tls_cert_file_path",
"customizable": True,
"question": "Please enter your certificate fullchain path",
"default": ""
},
{
"option": "tls_key_file_path",
"customizable": True,
"question": "Please enter your certificate key path",
"default": ""
}
],