From 637a81d6a5926ce1df7389f15270c3c88881fa09 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Sat, 24 Feb 2024 00:36:15 +0100 Subject: [PATCH] wording --- init-server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-server.py b/init-server.py index 641f102..54fa430 100755 --- a/init-server.py +++ b/init-server.py @@ -104,7 +104,7 @@ def upload_http_host_config(c): not (CONFIG_DIR / 'certs' / 'cf.key').exists() or not (CONFIG_DIR / 'certs' / 'cf.cert').exists() ): - sys.exit('When using DOMAIN_CF, please place cf.key and cf.cert in config/certs') + sys.exit('When using DOMAIN_CF, please put cf.key and cf.cert files in config/certs') host_config = { 'domain_direct': domain_direct,