libressl requires -new to openssl commands, thanks krihal
This commit is contained in:
parent
44501c097d
commit
ddf01503c6
1 changed files with 1 additions and 1 deletions
|
|
@ -1189,7 +1189,7 @@ challengePassword = test
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Generate CA cert
|
# Generate CA cert
|
||||||
openssl req -x509 -days 1 -config $tmpdir/ca.cnf -keyout $cakey -out $cacert || err "Generate CA cert"
|
openssl req -new -x509 -days 1 -config $tmpdir/ca.cnf -keyout $cakey -out $cacert || err "Generate CA cert"
|
||||||
|
|
||||||
rm -rf $tmpdir
|
rm -rf $tmpdir
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue