mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Certain files must be removed before generating them, in case they point
into a read-only source tree. PR: 437
This commit is contained in:
parent
989f48d8c1
commit
969511d2cb
@ -27,6 +27,8 @@ fi
|
||||
|
||||
echo "This could take some time."
|
||||
|
||||
rm testkey.pem testreq.pem
|
||||
|
||||
../apps/openssl req -config test.cnf $req_new -out testreq.pem
|
||||
if [ $? != 0 ]; then
|
||||
echo problems creating request
|
||||
|
Loading…
Reference in New Issue
Block a user