mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
Add chain to PKCS#12 test file generation in 90-test_store.t
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11733)
This commit is contained in:
parent
9f5ff440b8
commit
4ca015555b
@ -361,6 +361,7 @@ sub init {
|
||||
}
|
||||
run(app(["openssl", "pkcs12", "-inkey", $srckey,
|
||||
"-in", $srccert, "-passout", "pass:password",
|
||||
"-chain", "-CAfile", "cacert.pem",
|
||||
"-export", "-macalg", $macalg,
|
||||
"-certpbe", $certpbe, "-keypbe", $keypbe,
|
||||
"-out", $dstfile]));
|
||||
|
Loading…
Reference in New Issue
Block a user