From 72f4bf78bcb544fc0c9324884b2419ffa3ef01f2 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 6 Sep 2019 16:01:35 +0200 Subject: [PATCH] Fix ssl.crt --- wo/core/sslutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/sslutils.py b/wo/core/sslutils.py index bbc1873..3e6dbf9 100644 --- a/wo/core/sslutils.py +++ b/wo/core/sslutils.py @@ -185,7 +185,7 @@ class SSL: .format(selfs_tmp), "/var/www/22222/cert/22222.key") WOFileUtils.mvfile( - self, "{0}/ssl.cert" + self, "{0}/ssl.crt" .format(selfs_tmp), "/var/www/22222/cert/22222.crt") else: