split lines

This commit is contained in:
Jérémy Lecour 2020-05-06 00:00:00 +02:00 committed by Jérémy Lecour
parent 6bb05a6366
commit 123d5f5c05

View file

@ -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"