Add missing arg for cacert creation

This commit is contained in:
Victor LABORIE 2018-08-01 11:00:41 +02:00
parent d176ae28fb
commit ba70219688

View file

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