From 123d5f5c05b81c9dc148f6de99a8e64bee970765 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 6 May 2020 00:00:00 +0200 Subject: [PATCH] split lines --- shellpki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shellpki b/shellpki index 729630e..0c6e698 100755 --- a/shellpki +++ b/shellpki @@ -55,7 +55,8 @@ init() { if [ ! -f "${CA_KEY}" ]; then "${OPENSSL_BIN}" genrsa \ -out "${CA_KEY}" \ - -aes256 ${CA_KEY_LENGTH} \ + -aes256 \ + ${CA_KEY_LENGTH} \ >/dev/null 2>&1 if [ "$?" -ne 0 ]; then error "Error generating the CA key"