From 7a9379228f423f0ec4ee0bbc9697671143ce0ac6 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 30 Jul 2019 11:41:50 +0200 Subject: [PATCH] Fix typo --- wo/cli/plugins/stack.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index bb5efe3..ada3822 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -1056,8 +1056,7 @@ class WOStackController(CementBaseController): "/etc/proftpd/ssl/proftpd.key.org") WOShellExec.cmd_exec(self, "openssl rsa -in " "/etc/proftpd/ssl/proftpd.key.org" - "-out /etc/proftpd/ssl/" - "proftpd/proftpd.key") + "-out /etc/proftpd/ssl/proftpd.key") WOShellExec.cmd_exec(self, "openssl x509 -req -days " "3652 -in /etc/proftpd/ssl/" "proftpd.csr"