From ba702196887487acd564c9750b254427b99bfc69 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Wed, 1 Aug 2018 11:00:41 +0200 Subject: [PATCH] Add missing arg for cacert creation --- shellpki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellpki.sh b/shellpki.sh index 47b4160..523a98e 100755 --- a/shellpki.sh +++ b/shellpki.sh @@ -39,7 +39,7 @@ init() { [ ! -f "${CACERT}" ] && ask_ca_password 0 [ ! -f "${CACERT}" ] && CA_PASSWORD="${CA_PASSWORD}" "${OPENSSL}" \ - req \ + req -new \ -batch -sha512 \ -x509 -days 3650 \ -extensions v3_ca \