Add missing arg for cacert creation
This commit is contained in:
parent
d176ae28fb
commit
ba70219688
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue